KSC5601
[ class tree: KSC5601 ] [ index: KSC5601 ] [ all elements ]

Procedural File: KSC5601.php

Source Location: /KSC5601/KSC5601.php



Classes:

KSC5601
KSC5601 pear 패키지는 한글과 관련된 변환 및 체크에 대한 method를 제공한다.


Page Details:

Project: KSC5601 :: convert character set between KSC5601 and UTF8
File: KSC5601.php

KSC5601 pear 패키지는 한글과 관련된 변환 및 체크에 대한 method를 제공한다.

UHC와 UTF8 또는 UHC와 UCS2, UHC(또는 CP949)와 NCR (Numeric character reference) 코드간의 변환을 제공하며, 또한 UHC와 NCR간의 변환은 KSX1001 범위 밖의 인식되지 못하는 문자를 출력 가능하게 한다.

그 외에 utf-8 여부 체크와 ksc5601 여부 체크가 가능하며, 다국어 처리를 위한 substr을 제공한다.




Tags:

author:  JoungKyun.Kim <http://oops.org>
version:  $Id$
copyright:  (c) 2015, JoungKyun.Kim
link:  http://pear.oops.org/package/KSC5601
since:  File available since Release 0.1
example:  Sample codes of KSC5601 class
filesource:  Source Code for this file
license:  BSD


Includes:

require_once('KSC5601/Common.php') [line 31]
import KSC5601_Common class that checked support or unsupport PHP iconv or mbstring extensions.






CP949 [line 61]

CP949 = 'cp949'
CP949 charset string



Tags:

access:  public
name:  CP949

[ Top ]



EUCKR [line 51]

EUCKR = 'euc-kr'
EUC-KR charset string



Tags:

access:  public
name:  EUC-KR

[ Top ]



LOC [line 41]

LOC = 'loc'
Local charset string



Tags:

access:  public
name:  LOC

[ Top ]



NCR [line 71]

NCR = 'ncr'
Numeric Code Reference string



Tags:

access:  public
name:  NCR

[ Top ]



UCS2 [line 66]

UCS2 = 'ucs-2be'
UCS2 big endian charset string



Tags:

access:  public
name:  UCS2

[ Top ]



UHC [line 56]

UHC = 'cp949'
CP949 Alias



Tags:

access:  public
name:  UHC

[ Top ]



UTF8 [line 46]

UTF8 = 'utf8'
UTF8 charset string



Tags:

access:  public
name:  UTF8

[ Top ]




Documentation generated on Tue, 14 May 2019 02:00:10 +0900 by phpDocumentor 1.4.4