From 3bd57cf4858696b2586543098bc9eeac70a1854e Mon Sep 17 00:00:00 2001 From: Haru Date: Tue, 13 May 2014 14:26:12 +0200 Subject: Fixed some charset issues - Fixed files with mixed character set or invalid CP949 characters. - Uncommented '#music' script in the_sign_quest.txt (now the soundeffect filename should be fixed). - Added a note to the header of CP949 files not to read or save them as UTF8, since it'd break their encoding. It should be safe enough to read them as EUC-KR if your text editor doesn't offer CP949 as an option. - Added FIXME notes about untranslated strings in assassin_skills.txt and WolfchevLaboratory.txt. Signed-off-by: Haru --- npc/re/quests/eden/86-90.txt | 2 ++ npc/re/quests/eden/91-99.txt | 2 ++ npc/re/quests/quests_dicastes.txt | 2 ++ npc/re/quests/quests_malangdo.txt | 2 ++ npc/re/quests/quests_mora.txt | 16 +++++++++------- 5 files changed, 17 insertions(+), 7 deletions(-) (limited to 'npc/re/quests') diff --git a/npc/re/quests/eden/86-90.txt b/npc/re/quests/eden/86-90.txt index 7746d6be3..01c8fec29 100644 --- a/npc/re/quests/eden/86-90.txt +++ b/npc/re/quests/eden/86-90.txt @@ -4,6 +4,8 @@ //= Chilly //===== Current Version: ===================================== //= 1.3 +//===== File Encoding ======================================== +//= CP-949 (EUC-KR compatible). Do NOT read/save it as UTF-8. //===== Description: ========================================= //= Repetable Quests for Players between Baselevel 86 - 90. //===== Additional Comments: ================================= diff --git a/npc/re/quests/eden/91-99.txt b/npc/re/quests/eden/91-99.txt index 2985463bf..e6744e80f 100644 --- a/npc/re/quests/eden/91-99.txt +++ b/npc/re/quests/eden/91-99.txt @@ -4,6 +4,8 @@ //= Chilly //===== Current Version: ===================================== //= 1.3 +//===== File Encoding ======================================== +//= CP-949 (EUC-KR compatible). Do NOT read/save it as UTF-8. //===== Description: ========================================= //= Repetable Quests for Players between Baselevel 91 - 99. //===== Additional Comments: ================================= diff --git a/npc/re/quests/quests_dicastes.txt b/npc/re/quests/quests_dicastes.txt index 7afe04039..9478ba1c9 100644 --- a/npc/re/quests/quests_dicastes.txt +++ b/npc/re/quests/quests_dicastes.txt @@ -4,6 +4,8 @@ //= Gennosuke Kouga, Muad_Dib //===== Current Version: ===================================== //= 2.3 +//===== File Encoding ======================================== +//= CP-949 (EUC-KR compatible). Do NOT read/save it as UTF-8. //===== Description: ========================================= //= [Official Conversion] //= Quest NPCs related to Dewata: diff --git a/npc/re/quests/quests_malangdo.txt b/npc/re/quests/quests_malangdo.txt index 5593300ec..0511a1e55 100644 --- a/npc/re/quests/quests_malangdo.txt +++ b/npc/re/quests/quests_malangdo.txt @@ -4,6 +4,8 @@ //= Muad_Dib //===== Current Version: ===================================== //= 1.6 +//===== File Encoding ======================================== +//= CP-949 (EUC-KR compatible). Do NOT read/save it as UTF-8. //===== Description: ========================================= //= [Official Conversion] //= Quest NPCs related to Malangdo: diff --git a/npc/re/quests/quests_mora.txt b/npc/re/quests/quests_mora.txt index 1d7e9bbd0..1c1e64046 100644 --- a/npc/re/quests/quests_mora.txt +++ b/npc/re/quests/quests_mora.txt @@ -4,6 +4,8 @@ //= Euphy //===== Current Version: ===================================== //= 1.1 +//===== File Encoding ======================================== +//= CP-949 (EUC-KR compatible). Do NOT read/save it as UTF-8. //===== Description: ========================================= //= [Official Conversion] //= Quest NPCs related to Mora: @@ -3382,26 +3384,26 @@ L_ShowReport: mes "[Experimental Results]"; mes "*** Researcher - Inffle"; mes "*** Research Assistant - "+strcharinfo(0); - mes "¡¡"; + mes " "; mes ""; mes "*** Bath of Mora Village"; - mes "¡¡"; + mes " "; mes ""; mes "To investigate the mysterious power of the bath water"; mes "and to find out ways to better utilize"; mes "the water."; - mes "¡¡"; + mes " "; mes ""; mes "1. Obtained an unidentified DNA sample."; mes "Obtained a sample of an unidentified DNA,"; mes "and collected more samples to look further into it."; - mes "¡¡"; + mes " "; mes "2. A comparison analysis on the unidentified DNA"; mes "Concluded that the DNA belongs to"; mes "an unidentified creature living in the bath water."; mes "combine and result in"; mes "from the swordfish DNA."; - mes "¡¡"; + mes " "; mes "3. Research on the puddles around the village"; mes "From the four puddles around the village,"; mes "confirmed that the testing substances were"; @@ -3409,9 +3411,9 @@ L_ShowReport: mes "It is thought that the four puddles"; mes "combine and result in"; mes "the mysterious power."; - mes "¡¡"; + mes " "; mes ""; - mes "*** Temperature ***** 33.5° "; + mes "*** Temperature ***** 33.5¡Æ"; mes "*** PH ************ 9.8"; mes "*** Solid residues *** 176"; mes "*** K+ ************ 0,23"; -- cgit v1.2.3-60-g2f50