Skip to content

Commit 8a4fd9d

Browse files
committed
init commit
0 parents  commit 8a4fd9d

24 files changed

+8047
-0
lines changed

ukengine/CMakeLists.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
set (SOURCES byteio.cpp
2+
charset.cpp
3+
convert.cpp
4+
data.cpp
5+
error.cpp
6+
inputproc.cpp
7+
mactab.cpp
8+
pattern.cpp
9+
ukengine.cpp
10+
usrkeymap.cpp
11+
)
12+
13+
add_library(ukengine STATIC ${SOURCES})
14+
set_target_properties(ukengine PROPERTIES COMPILE_FLAGS "-funsigned-char -Wno-invalid-source-encoding")
15+

ukengine/COPYING

Lines changed: 482 additions & 0 deletions
Large diffs are not rendered by default.

ukengine/README

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
This folder contains ukengine (with changes
2+
for better use in my project) taking from project
3+
x-unikey (http://www.unikey.org).
4+
5+
Read COPYING for License of ukengine.
6+

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy