unicode

package
v0.15.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 1, 2024 License: MIT Imports: 9 Imported by: 1

Documentation

Overview

Package unicode provides an alternative to the SQLite ICU extension.

Like the ICU extension, it provides Unicode aware:

  • upper() and lower() functions,
  • LIKE and REGEXP operators,
  • collation sequences.

The implementation is not 100% compatible with the ICU extension:

Expect subtle differences (e.g.) in the handling of Turkish case folding.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Register

func Register(db *sqlite3.Conn)

Register registers Unicode aware functions for a database connection.

func RegisterCollation added in v0.8.5

func RegisterCollation(db *sqlite3.Conn, locale, name string) error

RegisterCollation registers a Unicode collation sequence for a database connection.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL