Viewing profile — program
program
HN member- Joined
- Fri, Oct 22, 2010, 7:30 AM UTC
- HN karma
- 989
- Public activity
- 227 items
- HN profile
- View on Hacker News ↗
About program
No profile information was provided.
Recent public activity
-
comment
Comment #49229525
[dead]
-
comment
Comment #49229460
I don’t use Windows, but I like it. What are the characteristics that distinguish this from the other popular solutions that already exist?
-
comment
Comment #49220027
I tried my personal blog that has this kind of sitemap https://zaerl.com/sitemap.xml , like all other blogs found on wordpress.com. Do this tool support sitemapindex nodes?
-
comment
Comment #49219811
> A producer making thousands of wheels annually is therefore sitting on an enormous and steadily growing asset that generates no cash whatsoever, while facing continuous bills. On…
-
comment
Comment #48948844
Feel free to do it. You can find the amalgamation appended to GitHub releases.
-
comment
Comment #48945337
Keep in mind that I appreciated your comment. My library has a very narrow target There is an MJB_FEATURE_CHARACTER_NAMES option you can set to zero if you don't want to have a fun…
-
comment
Comment #48944484
(Author here) Dealing with encodings is already a big step when you aim to handle multiple ones and multiple OSes. You can see what I am talking about in the tests/ folder. With Mo…
-
comment
Comment #48943838
Mojibake is a C library, not Python, so comparing the two isn't ideal. You can see the performance in the GitHub workflows results. At the end of the logs, there is an "execution t…
-
comment
Comment #48943828
Mojibake is a Japanese term, and yes, it's used there when a page displays a lot of gibberish text. I chose it for fun.
-
comment
Comment #48943814
Thank you very much. I've also started writing a smaller C++ wrapper so the user can use std::string_view for this, but I'm not the best C++ guy out there.
-
comment
Comment #48943807
Mojibake handle UTF-8, UTF-16, UTF-16LE, UTF-16BE, UTF-32, UTF-32LE, UTF-32BE in input and output. Can be used as a simple file and handle a wider number of algorithms, such as the…
-
comment
Comment #48943765
Yes, I'm the author. I began writing this library because I needed something to handle Unicode for another project of mine (that I didn't finish), and I didn't like ICU4C or the ot…
-
story
Show HN: Mojibake – A low-level Unicode library written in C
I've written Mojibake because I don't like the other Unicode libraries for Unicode support. It consists of only two amalgamation files: mojibake.h and mojibake.c. I've added all th…
-
comment
Comment #46590197
I am working on Mojibake, a small C library to handle Unicode data. I don't like the other libraries, so I’m building one myself. https://github.com/zaerl/mojibake
- story
- story
- story
- story
- story
-
comment
Comment #45065618
Thanks for fixing the title of this post! [U+1F642 slightly smiling face emoji] (I wrote the post)
- story
-
comment
Comment #45016473
The name chosen probably didn't help here. “Base” is a very generic term.
- story
-
comment
Comment #44983755
I did post this. I found it by chance, coming from this other post https://tonsky.me/blog/unicode/
- story