Tms Unicode | Component Pack V2.5.0.1 |link|
The included TntUpdateWizard automates roughly 80% of this conversion, but manual validation of custom drawing routines is recommended.
procedure LoadAndDisplayUnicodeFile(const AFileName: string; AEdit: TTMSUnicodeEdit); var UStream: TTMSUnicodeFileStream; RawContent: UnicodeString; begin UStream := TTMSUnicodeFileStream.Create(AFileName, fmOpenRead or fmShareDenyWrite); try UStream.Encoding := TMSUnicodeEncoding.utf8; // Explicit UTF-8 RawContent := UStream.ReadString(UStream.Size); AEdit.Text := RawContent; finally UStream.Free; end; end; TMS Unicode Component Pack v2.5.0.1
Meet the requirements of international clients who require local-language interfaces. Implementing the Pack The included TntUpdateWizard automates roughly 80% of this
: Includes a Unicode-enabled Object Inspector, hints, and actions, making the development environment itself more internationalized. var UStream: TTMSUnicodeFileStream