1
vote
3answers
67 views
how to extract characters from a Korean string in VBA
Need to extract the initial character from a Korean word in MS-Excel and MS-Access.
When I use Left("νκΈ",1) it will return the first syllable i.e ν, what I need is the initial character i.e γ
.
Is …
0
votes
3answers
157 views
In PHP, how do I deal with the difference in encoded filenames on HFS+ vs. elsewhere?
I am creating a very simple file search, where the search database is a text file with one file name per line. The database is built with PHP, and matches are found by grepping the file (also with …
