Updated WGI specification to ease future migration to unicode support.
Use STRING_TABLE, and better interface of READABLE_STRING_GENERAL,
this way the signature are more flexible for unicode keys.
Note that for now, unicode environment variables are not correctly supported in WGI
especially the value of the variables.
Any layer on top of EWGSI suffers from the same issues.
Better exception handling
+ code cleaning
This commit is contained in:
@@ -138,8 +138,6 @@ feature -- Input
|
||||
nb_large_enough: nb > 0
|
||||
local
|
||||
s: like last_string
|
||||
i, end_pos: INTEGER
|
||||
l_count: INTEGER
|
||||
n: INTEGER
|
||||
l_remaining: INTEGER
|
||||
do
|
||||
|
||||
Reference in New Issue
Block a user