Is it possible to create a new UTF-8 file without a BOM with Ultraedit? The option for creating all new files as unicode does not suffice as it creates the file as UTF-16 which is not what I want. The unicode website specifically says that UTF-8 does not need a BOM to be a UTF-8 file. This is particularly a problem when creating multilingual php files as PHP 5 does not know what to do when it encounters the BOM unfortunately.
Well I did find some obscure post saying: Convert your file via File - Conversions - ASCII to UTF-8 (Unicode Editing) and that seems to do the job for writing a utf-8 file without a BOM.
So would there be any way to actually have some kind of default setting that when I open the program and create a new file, ASCII to UTF-8 (Unicode Editing) and DOS->Unix conversions are already set without having to set it everytime I create new files?
Well I did find some obscure post saying: Convert your file via File - Conversions - ASCII to UTF-8 (Unicode Editing) and that seems to do the job for writing a utf-8 file without a BOM.
So would there be any way to actually have some kind of default setting that when I open the program and create a new file, ASCII to UTF-8 (Unicode Editing) and DOS->Unix conversions are already set without having to set it everytime I create new files?