본문 바로가기
728x90

Mobile/Phone book16

[KSC5601] isKSC5601 API - How to check KSC5601? public static boolean isKSC5601(String data) { int len = data.length(); char c; for (int i = 0; i = 0xAC00) && ((c & 0xFFFF) = 0xAC00) && ((c[i] & 0xFFFF) 2015. 3. 11.
KSC5601 문자 코드 할당 영역 완성형 글자 코드의 한글 영역: xxyyh (xx: B0h ~ C8h, yy: A1h ~ FEh)완성형 글자 코드의 한자 영역: xxyyh (xx: CAh ~ FDh, yy: A1h ~ FEh) A1A1h ~ A2E5h: 기호와 약자 몇가지A3A1h ~ A3FEh: 전각 문자A4A1h ~ A4FEh: 한글자모A5A1h ~ A5AAh: 소문자 로마숫자 (i~x)A5B0h ~ A5B9h: 대문자 로마숫자 (I ~ X)A5C1h ~ A5D8h: 대문자 그리스 문자A5E1h ~ A5F8h: 소문자 그리스 문자A6A1h ~ A6E4h: 라인 문자A7A1h ~ A7EFh: 단위A8A1h ~ A8B0h: 대문자 발음기호A8B1h ~ A8BEh: 원문자 한글 자음 (ㄱ~ㅎ)A8BFh ~ A8CCh: 원문자 가나다 (가.. 2015. 3. 10.
[KSC5601] KSC5601 Table - new ksc5601.h /* $XFree86: xc/lib/X11/lcUniConv/ksc5601.h,v 1.4tsi Exp $ */ /* * KSC5601.1987-0 */ static const unsigned short ksc5601_2uni_page21[1115] = { /* 0x21 */ 0x3000, 0x3001, 0x3002, 0x00b7, 0x2025, 0x2026, 0x00a8, 0x3003, 0x00ad, 0x2015, 0x2225, 0xff3c, 0x223c, 0x2018, 0x2019, 0x201c, 0x201d, 0x3014, 0x3015, 0x3008, 0x3009, 0x300a, 0x300b, 0x300c, 0x300d, 0x300e, 0x300f, 0x3010, 0x3011, 0x00b1, 0x00.. 2015. 3. 10.
ASCII Code Table / ASCII Extended Code Table ASCII Code Table ASCII Extended Code Table 2015. 3. 10.
[ASCII Code] How to use the ASCII Code? / ASCII Code Table ASCII code Null character, American Standard Code for Information Interchange, The complete ASCII table, characters,letters, vowels with accents, consonants, signs, symbols, numbers null, character,ascii,0, ascii art, ascii table, code ascii, ascii character, ascii text, ascii chart, ascii characters, ascii codes, characters, codes, tables, symbols, list, alt, keys, keyboard, spelling, control, .. 2015. 3. 10.
[KSC5601] KSC5601 Unicode Mapping Table /* KSC5601 -> Unicode mapping table, compressed for the 94*94 codeset. */ /* * Unlike kuten-table, needed offset is 33 (0x21) instead of * 32 for 7-bit portion of each byte. i.e., a Unicode * codepoint for KSC's codepoint (n, m) would be found at * index (n-33)*94+m-33. */ long tabksc5601[] = { /* KSC 5601 -> Unicode mapping table; max codepoint = 0x7d7e */ 0x3000, 0x3001, 0x3002, 0x00b7, 0x2025.. 2015. 3. 9.
[KS X 1001] Unified Hangul (KS X 1001) to Unicode table http://ftp.lanet.lv/ftp/mirror/unicode/MAPPINGS/OBSOLETE/EASTASIA/KSC/KSX1001.TXT# # Name: Unified Hangul (KS X 1001) to Unicode table # Unicode version: 2.0 # Table version: 1.1 # Table format: Format A # Date: 2011 October 14 # Authors: Jungshik Shin at jshin@pantheon.yale.edu # #Copyright (c) 1999-2011 Unicode, Inc. All Rights reserved. # # This file is provided as-is by Unicode, Inc. (The Un.. 2015. 3. 9.
[KSC5601] Unified Hangeul(KSC5601-1992) to Unicode table ftp://ftp.unicode.org/%2FPublic/MAPPINGS/OBSOLETE/EASTASIA/KSC/KSC5601.TXT # # Name: Unified Hangeul(KSC5601-1992) to Unicode table # Unicode version: 2.0 # Table version: 1.1 # Table format: Format A #Date: 2011 October 14 # #Copyright (c) 1995-2011 Unicode, Inc. All Rights reserved. # #This file is provided as-is by Unicode, Inc. (The Unicode Consortium). #No claims are made as to fitness for .. 2015. 3. 9.
What is KS X 1001 (KSC5601)? / KSC5601이란? [English] KS X 1001 (Korean Graphic Character Set for Information Interchange[citation needed]) is a South Korean coded character set standard to represent hangul and hanja characters on a computer. It is arranged as 94×94 table (similarly to 2-byte code words in ISO 2022 and EUC), therefore its code points are pairs of integers 1–94. KS X 1001 contains ASCII, Korean, typography, Greek, Cyrillic.. 2015. 3. 9.
인코딩 (EUC-KR UTF-8 UTF-16 유니코드) 국내 개발 환경에서 쓰이는 문자코드의 대부분을 차지하는 캐릭터 셋이다.90년대의 한글 코드를 보면 완성형(KSC5601)과 조합형으로 구분지을 수 있다.EUC-KR 은 그 완성형 코드의 발전 형태라 볼 수 있다. 특수 문자 + US-ASCII + KSC5601 = EUC-KR 자바는 태생이 유니코드이다. 엄밀히 자바 표준으로 사용하는 코드는 UCS-2 버전으로 UTF-16의 확장형태를 가진다.유니코드는 90년대 중반 개발되고 2005년에는 4.1 버전까지 발표되었다.인코딩 방식은 3종류로 구분된다. UTF-8UTF-16UTF-32자바의 표준 인코딩은 UCS-2 인코딩이다. UCS-2 코드는 모든 언어를 2 바이트 고정폭으로 인코딩하고 있다.UTF-16 의 경우 UCS-2 의 확장형태를 띄고 있다. UCS.. 2015. 3. 9.
GSM 7Bit Table with UCS2 value 2013. 12. 27.
UCS2 Format 종류 Octet/Byte number 12 3 4 5 6 7 Format 1 0x80 Char1 Char1 Char2 Char2 ... ... Format 20x81 N BP Char1 Char2 ... ... Format 30x82 N BP BP Char1 Char2 ... there are 3 kinds of format used by SIM to display UCS2. N : UCS2 글자 수BP : Base Pointer 2013. 12. 27.
728x90