Hi folks. I'm hoping to separate a block of individual kanji into one kanji per row for use in a spreadsheet
Is there a simple way to use regex in Notepad or Open Office to insert a line break after each kanji? After much searching, I came across some indications I might try something like:
Find: (.)
Replace: \1\n
Unfortunately, that doesn't work.
I didn't find anything in Open Office's spreadsheet program either. Any solution would have to be simple since I have no idea what I'm doing.
Is there a simple way to use regex in Notepad or Open Office to insert a line break after each kanji? After much searching, I came across some indications I might try something like:
Find: (.)
Replace: \1\n
Unfortunately, that doesn't work.
I didn't find anything in Open Office's spreadsheet program either. Any solution would have to be simple since I have no idea what I'm doing.


