First poc unicode4d encoded chars created
This commit is contained in:
parent
3e40820a58
commit
9008ea2f22
21 changed files with 1145 additions and 111 deletions
|
|
@ -0,0 +1,40 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<root:module xmlns:root="http://eld.x4o.org/xml/ns/eld-root"
|
||||
xmlns:eld="http://eld.x4o.org/xml/ns/eld-lang"
|
||||
xmlns:conv="http://eld.x4o.org/xml/ns/eld-conv"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://eld.x4o.org/xml/ns/eld-root http://eld.x4o.org/xml/ns/eld-root-1.0.xsd"
|
||||
providerHost="unicode-plane.x4o.distributedrebirth.love" providerName="UnicodePlane Encryption"
|
||||
id="unicode-plane-module">
|
||||
|
||||
<eld:classBindingHandler id="UnicodePlane-UnicodePlaneBase"
|
||||
parentClass="love.distributedrebirth.unicode4d.base.UnicodePlane"
|
||||
childClass="love.distributedrebirth.unicode4d.base.UnicodePlaneBase"
|
||||
addMethod="addPlane" getMethod="getPlanes" />
|
||||
<eld:classBindingHandler id="UnicodePlaneBase-UnicodePlaneBaseGlyph"
|
||||
parentClass="love.distributedrebirth.unicode4d.base.UnicodePlaneBase"
|
||||
childClass="love.distributedrebirth.unicode4d.base.UnicodePlaneBaseGlyph"
|
||||
addMethod="addBaseGlyph" getMethod="getBaseGlyphs" />
|
||||
|
||||
<eld:namespace
|
||||
uri="http://unicode-plane.x4o.distributedrebirth.love/xml/ns/unicode-plane-root"
|
||||
schemaUri="http://unicode-plane.x4o.distributedrebirth.love/xml/ns/unicode-plane-root-1.0.xsd"
|
||||
schemaResource="unicode-plane-root-1.0.xsd" schemaPrefix="root"
|
||||
description="Root namespace to have nice namespaceing."
|
||||
name="UnicodePlane Root Namespace" languageRoot="true" id="root">
|
||||
<eld:element tag="unicode"
|
||||
objectClass="love.distributedrebirth.unicode4d.base.UnicodePlane"/>
|
||||
</eld:namespace>
|
||||
|
||||
<eld:namespace
|
||||
uri="http://unicode-plane.x4o.distributedrebirth.love/xml/ns/unicode-plane-lang"
|
||||
schemaUri="http://unicode-plane.x4o.distributedrebirth.love/xml/ns/unicode-plane-lang-1.0.xsd"
|
||||
schemaResource="unicode-plane-lang-1.0.xsd" schemaPrefix="l"
|
||||
description="Language namespace to store unicode planes."
|
||||
name="UnicodePlane Language Namespace" id="l">
|
||||
<eld:element tag="plane"
|
||||
objectClass="love.distributedrebirth.unicode4d.base.UnicodePlaneBase" />
|
||||
<eld:element tag="glyph"
|
||||
objectClass="love.distributedrebirth.unicode4d.base.UnicodePlaneBaseGlyph" />
|
||||
</eld:namespace>
|
||||
</root:module>
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<modules version="1.0"
|
||||
xmlns="http://language.x4o.org/xml/ns/modules"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://language.x4o.org/xml/ns/modules http://language.x4o.org/xml/ns/modules-1.0.xsd"
|
||||
>
|
||||
<language version="1.0">
|
||||
<eld-resource>unicode-plane-lang.eld</eld-resource>
|
||||
</language>
|
||||
</modules>
|
||||
8
lib-unicodezd/src/resources/META-INF/x4o-drivers.xml
Normal file
8
lib-unicodezd/src/resources/META-INF/x4o-drivers.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<drivers version="1.0"
|
||||
xmlns="http://language.x4o.org/xml/ns/drivers"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://language.x4o.org/xml/ns/drivers http://language.x4o.org/xml/ns/drivers-1.0.xsd"
|
||||
>
|
||||
<driver language="unicode-plane" className="love.distributedrebirth.unicode4d.base.UnicodePlaneDriver"/>
|
||||
</drivers>
|
||||
Loading…
Add table
Add a link
Reference in a new issue