c# - How to get all characters in a Culture? -


i developing on .net 4.5, english. need capture "normal printable" characters culture 1041 (japanese) used human readable communication string in code. if building us-eng string, result in ascii table 32 127. don't know equivalent of hat culture code 1041...

all ideas appreciated, thanks.


Comments

Popular posts from this blog

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -