농부와 컴퓨터

GNU Octave에서 한글 표현.

금오귤림원 2021. 9. 25. 04:27

GNU Octave에서 한글 표현.

korStr = native2unicode("우리나라 좋은 나라", "EUC-KR")
printf(korStr)

---> korStr = 우리나라 좋은 나라
---> 우리나라 좋은 나라

※ 단, Source Code File의 형식은 ANSI 형식이어야 한다.

ㅡㅡㅡ

십 수년전에는 Java, Tomcat, Apache, Window 95, 7, 한글설정 개발환경 설정하는데 온 시간을 허비 했는데....
이젠... matLab, GNU Octave, Python, R 개발환경과 한글 설정하는게 일이넹. ㅠ.ㅠ.

ㅡㅡㅡ

국내 개발자가 개발한 Full Text Editor "EditPlus"에 C, C++, JAVA, Javascript, JSP, python, R, Octave 몽땅 뭉뚱그려 개발환경을 겨우 겨우 맞췄다. 지랄~~ ^^

2021.09.14. (화) 01:46:00

#EditPlus #C #C뿔뿔 #Java #Javascript #JSP, #python, #GNU_OCTAVE #OCTAVE #R #한글

 

 

String Conversions (GNU Octave (version 6.2.0))

Return the text, s, justified according to pos, which may be "left", "center", or "right". If pos is omitted it defaults to "right". Null characters are replaced by spaces. All other character data are treated as non-white space. Example: strjust (["a"; "a

octave.org