Loading...
  OR  Zero-K Name:    Password:   

Post edit history

Languages you don't understand...

To display differences between versions, select one or more edits in the list using checkboxes and click "diff selected"
Post edit history
Date Editor Before After
6/25/2021 5:01:51 PMEErankAdminAnarchid before revert after revert
6/25/2021 5:01:14 PMEErankAdminAnarchid before revert after revert
6/25/2021 5:01:05 PMEErankAdminAnarchid before revert after revert
Before After
1 [q] One thing Zero-K actually does lack is Asian language unicode support, which is the reason I didn't keep translating any of the game into Japanese. 1 [q] One thing Zero-K actually does lack is Asian language unicode support, which is the reason I didn't keep translating any of the game into Japanese.
2 \n 2 \n
3 Language support for playability > comms [/q] 3 Language support for playability > comms [/q]
4 Spring actually natively supports unicode - this is how we have Russian, for example. 4 Spring actually natively supports unicode - this is how we have Russian, for example.
5 \n 5 \n
6 However, it fails to render CJK fonts on windows because the library used for font rendering does not by default generate a cache of substitution fonts, and the fonts used in the game need font substitution because they don't have any CJK characters natively. Additionally, Spring does not tell the font library to generate the cache because that's a fairly long process. 6 However, it fails to render CJK fonts on windows because the library used for font rendering does not by default generate a cache of substitution fonts, and the fonts used in the game need font substitution because they don't have any CJK characters natively. Additionally, Spring does not tell the font library to generate the cache because that's a fairly long process.
7 \n 7 \n
8 This works fine on Linux. 8 This works fine on Linux.
9 \n 9 \n
10 If you possess a windows operating system with some CJK fonts installed, then you can help by verifying whether launching spring.exe with the --gen-fontconfig command line option helps to resolve that issue, and if it doesn't, then trying different things until it does. 10 If you possess a windows operating system with some CJK fonts installed, then you can help by verifying whether launching spring.exe with the --gen-fontconfig command line option helps to resolve that issue, and if it doesn't, then trying different things until it does.
11 \n 11 \n
12 You can check whether CJK fonts succeed to render by pasting some CJK characters into lobby chat. 12 You can check whether CJK fonts succeed to render by pasting some CJK characters into lobby chat.
13 \n 13 \n
14 Namely, this is the second subtask of https://github. com/ZeroK-RTS/Zero-K/issues/3119. 14 Namely, this is the second subtask of [url=https://github. com/ZeroK-RTS/Zero-K/issues/3119]ZK:3119[/url].