Skip to content

UPPER() for SQLite3 that handles Hungarian accented characters

License

Notifications You must be signed in to change notification settings

dnet/sqlite3-hunupper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UPPER() for SQLite3 that handles Hungarian accented characters

Building

$ make

Cross-compiling for Windows with MinGW

  • download sqlite-amalgamation from https://www.sqlite.org/download.html
  • extract all files from the ZIP
  • (install MinGW if you haven't done so already, Debian/Ubuntu package: mingw32)
  • run CC=i586-mingw32msvc-gcc CFLAGS=-I/path/to/sqlite-amalgamation make
  • rename hunupper.so to hunupper.dll

Example usage

sqlite> .load ./hunupper.so
sqlite> select HUNUPPER("árvíztűrő tükörfúrógép");
ÁRVÍZTŰRŐ TÜKÖRFÚRÓGÉP

License

The whole project is available under MIT license, see LICENSE.txt.

About

UPPER() for SQLite3 that handles Hungarian accented characters

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages