I have a .txt file that is not arranged properly and contains 11273 characters in one line  I would like to arrange one character in one line and I am unable to do so because there is no space between characters. 가 is one character and I want to arrange the .txt file like the output
Input (.txt file)
ABCD
Output (.txt file)
A
B
C
D
 
    