
QShowPos
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Have you ever wanted to know what is the exact codepoint position of a given token in a UTF-8 file ? The only feature of qshowpos is to give you this information.
For example, the word 'Sir' in the screenshot is at position 12,180 after taking into account all two bytes UTF-8 characters before. Surprisingly, it was not so easy to find this simple information without qshowpos.
Please login or register to add a comment or rating