%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % This file is part of VivoMind Prolog Unicode Resources % SPDX-License-Identifier: CC0-1.0 % % VivoMind Prolog Unicode Resources is free software distributed using the % Creative Commons CC0 1.0 Universal (CC0 1.0) - Public Domain Dedication % license % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Last modified: April 23, 2013 % % Original Unicode file header comments follow % % In those cases where there multiple choices, the first one is taken /* # # Unihan_Variants.txt # Date: 2012-08-17 17:13:30 GMT [JHJ] # Unicode version: 6.2.0 # # Unicode Character Database # Copyright (c) 1991-2012 Unicode, Inc. # For terms of use, see http://www.unicode.org/terms_of_use.html # For documentation, see http://www.unicode.org/reports/tr44/ # # This file contains data on the following fields from the Unihan database: # kCompatibilityVariant # kSemanticVariant # kSimplifiedVariant # kSpecializedSemanticVariant # kTraditionalVariant # kZVariant # # For details on the file format, see http://www.unicode.org/reports/tr38/ # */ unicode_unihan_variant(CodePoint, CodePointVariant) :- unicode_unihan_variant(CodePoint, _, CodePointVariant). unicode_unihan_variant(0x3400, kSemanticVariant, 0x4E18). unicode_unihan_variant(0x3405, kSemanticVariant, 0x4E94). %