mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
13 lines
600 B
Text
13 lines
600 B
Text
Add koi8-u as an encoding...
|
|
|
|
https://jira.vuze.com/browse/SUP-195
|
|
|
|
--- org/gudy/azureus2/core3/internat/LocaleUtil.java 2012-07-12 22:34:06.000000000 -0400
|
|
+++ org/gudy/azureus2/core3/internat/LocaleUtil.java 2012-10-15 01:18:16.000000000 -0400
|
|
@@ -37,5 +37,5 @@
|
|
systemEncoding, // must be first entry due to code below that gets the system decoder
|
|
"Big5","EUC-JP","EUC-KR","GB18030","GB2312","GBK","ISO-2022-JP","ISO-2022-KR",
|
|
- "Shift_JIS","KOI8-R",
|
|
+ "Shift_JIS","KOI8-U","KOI8-R",
|
|
"TIS-620", // added for bug #1008848
|
|
Constants.DEFAULT_ENCODING,"windows-1251",Constants.BYTE_ENCODING
|