<div>Hi.</div>
<div> </div>
<div>I need your advice on converting UTF-8 encoded string into atom.</div>
<div> </div>
<div>1. Is there any function that I can use?</div>
<div>2. Will it be a problem, having non-printable character-based atom within virtual machine?</div>
<div>3. What will be the good approach where in a situation that code converts accepted string to atom when sometime that string is UTF-8 format. I know that the atom is not garbaged collected but assuming that I have limited number of string that won't overflow the atom table within the virtual machine.
</div>
<div> </div>
<div>regards,</div>