You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
macrumors 6502a
Original poster
I use ibtool to create strings file from stroyboard file, this strings file is in UTF-16 format, now I found awk can't process it.
when I run
I got nothing as attachment. How can I process UTF-18 file?
-
Screen Shot 2012-10-15 at 20.44.37.jpg
124.7 KB
· Views: 136
Not sure if it helps, but some searches brought up
this. A workaround using conversion.
I'm personally curious if awk, sed, etc work on utf-16 on linux even? Never actually tried that... hmm