From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 6660 invoked from network); 7 Jul 2022 15:23:12 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 7 Jul 2022 15:23:12 -0000 Received: from mail-qt1-f173.google.com ([209.85.160.173]) by 9front; Thu Jul 7 11:21:37 -0400 2022 Received: by mail-qt1-f173.google.com with SMTP id he28so23150115qtb.13 for <9front@9front.org>; Thu, 07 Jul 2022 08:21:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:content-transfer-encoding:mime-version:subject:date:references :to:in-reply-to:message-id; bh=Y5fnu05XPucrG7PvJ9n9VvKMUJergECIzMp+M+0b2VA=; b=eAnczY2GkYTDNS4NlBv3bqo3qJ+72sn6e4cSNSmMOoxzg/EBd7NT40282DxYlqoWIJ hTLNUGawTSoXv9yGLdCpXiQnKyt95XrFWSb16B0PEiY1OPXJc8gYByanvZVpGTOQLkBN Zu9HpdRLLN+XSuP/s83ObflRmFLvfo8RvxFnDfNxMu4hnYYa5NB8dPET8V2iV0tDOJYR Ri7q2zPagaxuYjAbn/O9URd5CkjKCSlc22ojdeHz0f8Sve4PU9UFG1MAQyXoZ8GfJlFz 2K9W8RodfpOHhQQmoNsIQGz9Buin8WhyUu9IUR0cxgqz5XEKKJrUp5GsSfq+ATZa/NX/ BaHA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:content-transfer-encoding:mime-version :subject:date:references:to:in-reply-to:message-id; bh=Y5fnu05XPucrG7PvJ9n9VvKMUJergECIzMp+M+0b2VA=; b=iomx3bpTHvkyB/jK7pGUH/wTtHEOh6p9zK611RioEsjQQTJMkDA4ocFy7mCdiu5NP2 czxVUMMkpP5GFQJiNo2PFPMzIqbUXhluLcGFgfDLXf+4bdfOseRFR+cY0A6e4zS2Ql/c 1+aafHVfKBmoTY8IWwPv/2TEre28/2vyB/+zoCY7E1hDhgSqlcsRuqF5lsTpFxs9d3xu icMHq2no2kFg7StK0bq44jcz9I+cRKjsTbTrDiA8oMaPpSlaA2lB924FybaoACZ07tNx 4Aj11j9pS7FeXqd5MkOvMr4fkyfEmPzKirj2ZVv2iPCFAq5Q3H/JqlGdupSJOfaV8pWU LPGw== X-Gm-Message-State: AJIora8ZzSzbrEB/d0vA4VL/AZMivjR48HQ6l1xtKQfk1DMGEomx6W6K hhZ5DjHLXvHjl2MIQj1fO/TdQT0Nhwk= X-Google-Smtp-Source: AGRyM1shKwuCVe7pWwvvsd0d6Tsf9mR9pVROUIlXDfWKK8sJ1Dmj1i7c3gPurGn2Uqr9KqbplMa0ww== X-Received: by 2002:ac8:7f0f:0:b0:31d:35f9:95e8 with SMTP id f15-20020ac87f0f000000b0031d35f995e8mr28519065qtk.508.1657207292341; Thu, 07 Jul 2022 08:21:32 -0700 (PDT) Return-Path: Received: from smtpclient.apple (c-67-184-39-205.hsd1.il.comcast.net. [67.184.39.205]) by smtp.gmail.com with ESMTPSA id ff27-20020a05622a4d9b00b0031cc5db5aebsm17351036qtb.85.2022.07.07.08.21.31 for <9front@9front.org> (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 07 Jul 2022 08:21:31 -0700 (PDT) From: Xiao-Yong Jin Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3696.100.31\)) Date: Thu, 7 Jul 2022 10:21:30 -0500 References: To: 9front@9front.org In-Reply-To: Message-Id: X-Mailer: Apple Mail (2.3696.100.31) List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: standard-aware cache-oriented WEB2.0 over ActivityPub software module-oriented generator Subject: Re: [9front] ktrans Reply-To: 9front@9front.org Precedence: bulk > On Jul 3, 2022, at 5:35 AM, rgl@antares-labs.eu wrote: > > hi ori, > >> Is this japanese-only? Does it work for other languages? > > it supports input for english (passthrough/no processing), japanese > (hiragana, katakana and kanji), russian, greek and korean. How easy is it to include other tables? I'm thinking of converting some of the fcitx tables for this. Going through the code, perhaps it is possible to pull the Map's in ktrans.h out to individual files, so the tables are not built in the executables and users can modify the tables without recompilation.