I have an application developed in Delph7. (not Unicode) Unable to change to the new Delphi and do not want to use Tn .. or other components.
Is it possible to make changes in Graphics.pas or other Unite that in each control Charset is EASTEUROPE_CHARSET or SYMBOL_CHARSET.
So when the text: -loaded from the file -saved the file -pasted from clipboard -copied to clipboard -typed on keyboard etc.
Need ALWAYS change in EASTEUROPE_CHARSET except when is SYMBOL_CHARSET.
Simply put, Font.Charset can only be EASTEUROPE_CHARSET or SYMBOL_CHARSET