-
CSharp函数实现是空的
``` lua
function Test10(trans)
for i = 1, 2000000 do
CS.UserClass.TestFunc(1, "123", 0.5)
end
end
```
``` typescript
function test10(): void {
for (let…
-
Greetings! Excellent work here. Quite interested to see the notebook that you used but it appears to be corrupted somehow. Only showing up as 279 bytes and GitHub throws an error trying to render it. …
-
```
What steps will reproduce the problem?
1. Create a utf-8 HTML page and a utf-16 XML document on your web server
2. Enable httpfox
3. From the page, the XML document using an Ajax call
4. Select th…
-
### Configuration
- Keka version: 1.2.8-r4395 beta
- macOS version: 11.1 (20C69)
### Screenshots
### Log
OS: Version 11.1 (Build 20C69)
Keka: v1.2.8-r4395 (WEB) (Sandboxed) (en-GB)
Format…
-
I find myself needing to convert between string/hex/bin a lot and needing to test if inputs are UTF8/UTF16/Etc...
I've gone to MANY different pages that offer free online conversion for this kind o…
-
Salut again,
there is any option to detect what is delimiter and encodage for csv file?
I have many CSV files to read, some are ";" and other are "/t", also in some files I must use 'inputEncod…
-
# Feature Request 🛍️
Support compression of serialised Concerto objects.
## Use Case
ASTs and serialised objects in general are verbose. They compress well due to repeated JSON properties, li…
-
This extends #181 with the ability to embed bounded strings or lists directly within other structures while maintaining the variable length property.
Some environments require avoiding all memory a…
-
Any scripts that have a byte order mark accidentally added will not compile, with the following error message being produced:
```
[Error] Can't handle character: "" (0:0) in file .//data/mb/scri…
-
お世話になっております。
https://sakura-editor.github.io/intro.html
の中で、
> JIS / EUC / Unicode / UnicodeBE (BigEndian) / UTF-8 / UTF-7 の読み書き (ただし,エディタ内部は Shift-JIS)
という記述がありますが、現在の状況も間違いないでしょうか?
私は、内部が…