gecko/intl/uconv/ucvko
Ehsan Akhgari eaa7491d77 Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
This patch was automatically generated by the following script:

#!/bin/bash
# Command to convert PRUnichar to char16_t

function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
       ! -wholename "*security/nss*" \
       ! -wholename "*modules/libmar*" \
       ! -wholename "*/.hg*" \
       ! -wholename "obj-ff-dbg*" \
       ! -name prtypes.h \
       ! -name Char16.h \
         -type f \
      \( -iname "*.cpp" \
         -o -iname "*.h" \
         -o -iname "*.c" \
         -o -iname "*.cc" \
         -o -iname "*.idl" \
         -o -iname "*.ipdl" \
         -o -iname "*.ipdlh" \
         -o -iname "*.mm" \) | \
    xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}

convert PRUnichar char16_t
2014-01-04 10:02:17 -05:00
..
jamoclusters.h
johabjamo.uf
johabjamo.ut
moz.build Bug 936899 - Build all of the uconv library in unified mode; r=smontagu 2013-11-10 14:41:29 -05:00
nsCP949ToUnicode.cpp
nsCP949ToUnicode.h Bug 921472 - Minimize the #includes in intl/; r=smontagu 2013-09-27 12:45:04 -04:00
nsISO2022KRToUnicode.cpp Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
nsISO2022KRToUnicode.h Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
nsJohabToUnicode.cpp Bug 935453 - Gather telemetry about dangerous encodings and encodings we might remove. r=emk,sstamm. 2013-11-11 17:04:02 +02:00
nsJohabToUnicode.h Bug 921472 - Minimize the #includes in intl/; r=smontagu 2013-09-27 12:45:04 -04:00
nsUCvKOCID.h
nsUCvKODll.h
nsUnicodeToCP949.cpp
nsUnicodeToCP949.h Bug 921472 - Minimize the #includes in intl/; r=smontagu 2013-09-27 12:45:04 -04:00
nsUnicodeToJohab.cpp
nsUnicodeToJohab.h Bug 921472 - Minimize the #includes in intl/; r=smontagu 2013-09-27 12:45:04 -04:00
readme.txt
u20cp949hangul.uf
u20cp949hangul.ut
u20kscgl.uf
u20kscgl.ut

We should put EUC-KR, ISO-2022-KO 
 converters into this directory/dll