search for: lstring

Displaying 7 results from an estimated 7 matches for "lstring".

Did you mean: string
2008 Dec 26
1
Something to test in php 5.2
Since people are testing php 5.2 in the CentOS repo - here's a bug I found in my own build of 5.2 that probably is a general php bug - but is worth testing on the CentOS testing packages. If using imagefttext with a Postscript type 1 font - $lstring="?" . date("Y") . " My Real Name"; or $lstring=html_entity_decode("©", ENT_COMPAT, "UTF-8") . date("Y") . "My Real Name"; both result in a ' instead of a ? when rendered on the image. Works fine with a TrueType...
2013 Oct 15
23
[PATCH 00/21] Upgrade to Lua 5.2.2, add filesystem module and get_key binding
...codes.h | 106 +- com32/lua/src/loslib.c | 166 +- com32/lua/src/lparser.c | 1015 +++-- com32/lua/src/lparser.h | 75 +- com32/lua/src/lstate.c | 271 +- com32/lua/src/lstate.h | 149 +- com32/lua/src/lstring.c | 174 +- com32/lua/src/lstring.h | 21 +- com32/lua/src/lstrlib.c | 576 ++- com32/lua/src/ltable.c | 203 +- com32/lua/src/ltable.h | 15 +- com32/lua/src/ltablib.c | 140 +- com32/lua/src/ltm.c...
2010 Jun 09
1
TermGenerator incorrectly tokenizes German text which contains special characters
...ion.utf8-encode.php#89789 function fixEncoding($in_str) { $cur_encoding = mb_detect_encoding($in_str) ; if($cur_encoding == "UTF-8" && mb_check_encoding($in_str,"UTF-8")) return $in_str; else return utf8_encode($in_str); } // fixEncoding if (mb_detect_encoding($lString) == "ASCII") $lString = mb_convert_encoding($lString, "UTF-8", "ASCII");* Only by adding a special character to the variable it gets detected as UTF-8 (in all cases the string was correctly encoded checked as UTF-8 with mb_check_encoding). But still the generated t...
2013 Oct 15
0
Upgrade to Lua 5.2.2, add filesystem module and get_key binding
...- > com32/lua/src/loslib.c | 166 +- > com32/lua/src/lparser.c | 1015 +++-- > com32/lua/src/lparser.h | 75 +- > com32/lua/src/lstate.c | 271 +- > com32/lua/src/lstate.h | 149 +- > com32/lua/src/lstring.c | 174 +- > com32/lua/src/lstring.h | 21 +- > com32/lua/src/lstrlib.c | 576 ++- > com32/lua/src/ltable.c | 203 +- > com32/lua/src/ltable.h | 15 +- > com32/lua/src/ltablib.c | 140...
2014 Mar 02
3
pull request: upgrade to Lua 5.2.3, automatic Linux boot menu and cmenu binding
...s.h | 106 +- com32/lua/src/loslib.c | 166 +- com32/lua/src/lparser.c | 1015 +++++--- com32/lua/src/lparser.h | 75 +- com32/lua/src/lstate.c | 278 ++- com32/lua/src/lstate.h | 149 +- com32/lua/src/lstring.c | 174 +- com32/lua/src/lstring.h | 21 +- com32/lua/src/lstrlib.c | 576 +++-- com32/lua/src/ltable.c | 203 +- com32/lua/src/ltable.h | 19 +- com32/lua/src/ltablib.c | 140 +- com32/lua/src/ltm....
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan, Sorry for the delay. It's great that you are working on MergeFunctions as well and I agree, we should definitely try to combine our efforts to improve MergeFunctions. Just to give you some context, the pass (with the similar function merging patch) is already being used in a production setting. From my point of view, it would be better if we focus on improving its capability
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
...4 10513 0 0.01 10498 0 0.01 10498 lparser.ll 69 259824 0 0.03 259809 0 0.03 259809 lpbench.ll 8 51184 0 0.02 51162 0 0.02 51162 lpc.ll 5 97839 0 0.02 97809 0 0.02 97809 LR0.ll 13 75095 0 0.01 75069 0 0.02 75069 lr.ll 28 171193 0 0.02 171180 0 0.02 171180 lstate.ll 10 51152 0 0.01 51137 0 0.02 51137 lstring.ll 4 34379 0 0.01 34364 0 0.01 34364 lstrlib.ll 45 196047 0 0.02 196032 0 0.02 193453 ltable.ll 26 120256 0 0.02 120241 0 0.02 120241 ltablib.ll 14 43214 0 0.01 43199 0 0.01 43199 ltm.ll 3 18146 0 0.01 18131 0 0.01 18131 lua.ll 23 81489 0 0.01 81474 0 0.01 81474 lu.ll 12 21812 0 0.01 21766 0 0.01 2...