README update on other languages

This commit is contained in:
Mike Dilger 2023-03-14 12:51:24 +13:00
parent e9aaabc416
commit a9fca5c2ce

View File

@ -167,7 +167,10 @@ If you wish to switch to your native TLS provider, use the following compile opt
--no-default-features --features=native-tls
````
### Chinese, Japanese and Korean character sets
### Language Support
#### Chinese, Japanese and Korean character sets
Gossip by default does not include the CJK font because it is larger than all other languages put together, and most gossip users don't recognize those characters. If you do recognize such characters, you can compile in that font with:
@ -175,6 +178,10 @@ Gossip by default does not include the CJK font because it is larger than all ot
--features=lang-cjk
````
#### Other Non-Latin languages
There are so many of these (172) that it becomes a real pain to add them all. But if you need one, please ask (open an issue) and I'll add it for you.
## Technology Involved
- Rust Language