SkillAgentSearch skills...

CompareTextUnicode

Delphi's System.SysUtils.CompareText function doesn't consider all unicode lowerCase-to-upperCase pairs. This code implements a CompareTextUnicode function that is based on a small set of constant lookup tables from the official data files produced by unicode.org

Install / Use

/learn @SeanSolberg/CompareTextUnicode
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

CompareTextUnicode

Delphi's System.SysUtils.CompareText function doesn't consider all unicode lowerCase-to-upperCase pairs. This code implements a CompareTextUnicode function that is based on a small set of constant lookup tables from the official data files produced by unicode.org.

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated9mo ago
Forks1

Languages

Pascal

Security Score

82/100

Audited on Jul 3, 2025

No findings