Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 1473e2b

Browse files
committed
[[ Bug 19964 ]] Add JChar type
(cherry picked from commit 583cb98)
1 parent 376ffda commit 1473e2b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/lcb/notes/feature-jchar.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# LiveCode Builder Standard Library
2+
## Foreign function interface
3+
4+
* The Java integer primtive type JChar has been added.
5+
This maps to uint16_t.

libscript/src/java.lcb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ use com.livecode.foreign
3636

3737
public type JBoolean is Bool
3838
public type JByte is Int8
39+
public type JChar is UInt16
3940
public type JShort is Int16
4041
public type JInt is Int32
4142
public type JLong is Int64

0 commit comments

Comments
 (0)