about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2017-09-23 09:20:37 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2017-09-23 09:20:37 -0400
commitab81a9b0a3619b5043f4752580d79f2c14b96e73 (patch)
tree4e2df1b413073d4160660e6393ae5da358e529e3
parent4fe95cc1e7412e309d026e53cd44239bd3ef031d (diff)
downloadgen3uploader-ab81a9b0a3619b5043f4752580d79f2c14b96e73.tar.gz
gen3uploader-ab81a9b0a3619b5043f4752580d79f2c14b96e73.tar.bz2
gen3uploader-ab81a9b0a3619b5043f4752580d79f2c14b96e73.zip
Fixed Japanese left quote codepoint
-rw-r--r--source/encoding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/encoding.c b/source/encoding.c index 0a44800..3d888fa 100644 --- a/source/encoding.c +++ b/source/encoding.c
@@ -332,7 +332,7 @@ void decodePokemonCharset(
332 // left white corner bracket 332 // left white corner bracket
333 if (language == Japanese) 333 if (language == Japanese)
334 { 334 {
335 next = "\xe3\x80\x83"; 335 next = "\xe3\x80\x8e";
336 } 336 }
337 // double low-9 quotation mark 337 // double low-9 quotation mark
338 else if (language == German) 338 else if (language == German)