Community Documents

cancel
Showing results for 
Search instead for 
Did you mean: 

UTF-8文字をShift-JISに変換する方法 (Convert UTF-8 string to Shift-JIS)

WebページではUTF-8(Unicode)にて2バイト文字がエンコーディングされていますが、LabVIEW上ではUnicodeは標準では表示することができません。

 

いくつか回避策はありますが、UnicodeをShift-JISに変換するDLLを用いて表示させることができます。

 

 

The attaced code convert UTF-8 string to Shift-JIS. Though LabVIEW cannot display unicode with default setting, you can convert the string by using dll and display it on Front Panel.

 

PictureStocker (864x743).png

 

関連リンク

nkf32.dll : Kaneto's HP (http://homepage3.nifty.com/tkaneto/dll/nkf32dll.html)

LabVIEW Unicode Programming Tools (https://forums.ni.com/t5/Reference-Design-Content/LabVIEW-Unicode-Programming-Tools/ta-p/3493021)

LabVIEWはユニコードを使用することが出来ますか? (https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000019MUZSA2&l=en-US)

How Can I Use Chinese/Korean/Japanese Characters in LabVIEW on Windows XP? (http://digital.ni.com/public.nsf/allkb/8861B81E66522A4486256E000061B66E)