-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update database collation to MSSQL 2019 UTF-8.
This change sets MSSQL 2019 as the minimum SQL Server version. For older versions, the collation can be reverted to `SQL_Latin1_General_CP1_CI_AS` by modifying the `import.ps1` script. However, UTF-8 compatibility is required for proper functionality. UTF-8 ensures consistent behavior regardless of the host system's settings. On Unix, UTF-8 is typically enabled by default. On Windows, it can be enabled under Region settings with "Beta: Use Unicode UTF-8 for worldwide language support." For details, see this discussion: ko4life-net/ko#260 (comment)
- Loading branch information
Showing
2 changed files
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters