View Issue Details

IDProjectCategoryView StatusLast Update
0006254mantisbtlocalizationpublic2006-02-04 05:47
ReporterMooHoo Assigned Toryandesign  
PrioritynormalSeveritytextReproducibilityalways
Status closedResolutionfixed 
Product Version1.0.0rc2 
Fixed in Version1.0.0rc4 
Summary0006254: strings_korean_utf8.txt has UTF-8 byte-order marker
Description

If I open strings_korean_utf8.txt as UTF-8 code, it displays this:

<?php

Mantis - a php based bugtracking system

# Copyright (C) 2000 - 2002  Kenzaburo Ito - kenito@300baud.org
# Copyright (C) 2002 - 2004  Mantis Team   - mantisbt-dev@lists.sourceforge.net
# This program is distributed under the terms and conditions of the GPL
# See the README and LICENSE files for details

If I open strings_korean_utf8.txt as ANSI code, it displays this:

ï»??php

Mantis - a php based bugtracking system

# Copyright (C) 2000 - 2002  Kenzaburo Ito - kenito@300baud.org
# Copyright (C) 2002 - 2004  Mantis Team   - mantisbt-dev@lists.sourceforge.net
# This program is distributed under the terms and conditions of the GPL
# See the README and LICENSE files for details

If I replace 'ï»??php' with '<?php', korean can use UTF-8

TagsNo tags attached.

Relationships

related to 0006268 closedryandesign strings_chinese_simplified_utf8.txt has UTF-8 byte-order marker 

Activities

ryandesign

ryandesign

2005-09-17 21:47

reporter   ~0011385

strings_korean_utf8.txt 1.14 -> 1.15

jlatour

jlatour

2005-12-05 07:09

reporter   ~0011691

Ported to 1.0 branch