Giter VIP home page Giter VIP logo

iconv_test's Introduction

iconv_test

iconv의 인코딩을 여러가지 확인할 수 있는 프로그램

build

g++ -o iconv_practice iconv_practice.cpp

exec

./iconv_practice

exam

======== [UTF ====>  EUC] ===========

  [China] encoding change : UTF-8 => EUC  (系统)
		 UTF-8 => EUC-KR : ERROR 84 (Invalid or incomplete multibyte or wide character)
		 UTF-8 => EUC-CN : ϵͳ
		 UTF-8 => EUC-JP : ERROR 84 (Invalid or incomplete multibyte or wide character)
		 UTF-8 => SHIFT_JIS : ERROR 84 (Invalid or incomplete multibyte or wide character)
		 UTF-8 => LATIN1 : ERROR 84 (Invalid or incomplete multibyte or wide character)


  [Japan] encoding change : UTF-8 => EUC (高層マンション)
	 	UTF-8 => EUC-KR : ���ޫ󫷫��
	 	UTF-8 => EUC-CN : ERROR 84 (Invalid or incomplete multibyte or wide character)
	 	UTF-8 => EUC-JP : ���إޥ󥷥��
	 	UTF-8 => SHIFT_JIS : ���w�}���V����
		UTF-8 => LATIN1 : ERROR 84 (Invalid or incomplete multibyte or wide character)


  [Korea] encoding change : UTF-8 => EUC (테스트2)
	 	UTF-8 => EUC-KR : �׽�Ʈ2
	 	UTF-8 => EUC-CN : ERROR 84 (Invalid or incomplete multibyte or wide character)
	 	UTF-8 => EUC-JP : ERROR 84 (Invalid or incomplete multibyte or wide character)
	 	UTF-8 => SHIFT_JIS : ERROR 84 (Invalid or incomplete multibyte or wide character)
	 	UTF-8 => LATIN1 : ERROR 84 (Invalid or incomplete multibyte or wide character)


======== [EUC ====>  UTF] ===========

  [China] encoding change : EUC => UTF-8  (系统)
	 	EUC-CN => UTF-8 : 系统
	 	EUC-KR => UTF-8 : 溝固
		EUC-JP => UTF-8 : 狼由
		SHIFT_JIS => UTF-8 : ERROR 7 (Argument list too long)
	 	LATIN1 => UTF-8 : ϵͳ


  [Japan] encoding change : EUC => UTF-8 (テム)
	 	EUC-CN => UTF-8 : ERROR 84 (Invalid or incomplete multibyte or wide character)
	 	EUC-KR => UTF-8 : �e��
	 	EUC-JP => UTF-8 : �e��
		SHIFT_JIS => UTF-8 : テム
		LATIN1 => UTF-8 : �e��


  [Korea] encoding change : EUC => UTF-8 (테스트)
		EUC-CN => UTF-8 : 抛胶飘
	 	EUC-KR => UTF-8 : 테스트
		EUC-JP => UTF-8 : 砺什闘
		SHIFT_JIS => UTF-8 : ERROR 7 (Argument list too long)
	 	LATIN1 => UTF-8 : Å×½ºÆ®

iconv_test's People

Contributors

nk915 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.