Error Exception: - Not enough hexadecimal digits

English support forum

Moderators: white, Hacker, petermad, Stefan2

User avatar
HolgerK
Power Member
Power Member
Posts: 5406
Joined: 2006-01-26, 22:15 UTC
Location: Europe, Aachen

Re: Error Exception: - Not enough hexadecimal digits

Post by *HolgerK »

Usher wrote: 2019-01-03, 04:06 UTC You can only guess what @makinero means.
makinero wrote:Emoticons:
regex:[\x{1F600}-\x{1F64F}]
Yes, but an educated guess because the unicode range U+1F600 to U+1F64F primarily contains emoticons.
Usher wrote: 2019-01-03, 04:06 UTC Your information also seems to be incomplete or misleading, for newbies at least.
A good starting point for newbies is:
https://unicode.org/faq/utf_bom.html#General
better than anything you or i may put as info into this forum.
Usher wrote: 2019-01-03, 04:06 UTC UTF-32 is NOT a synonym for Unicode, it's only one of Unicode encodings
Yes but the one encoding where every single Unicode code point is mapped 1:1 to its 32bit value
https://www.unicode.org/versions/Unicode11.0.0/ch03.pdf#G7404 wrote:D76 Unicode scalar value:
Any Unicode code point except high-surrogate and low-surrogate code points.
• As a result of this definition, the set of Unicode scalar values consists of the
ranges 0 to D7FF and E000 to 10FFFF, inclusive.
Usher wrote: 2019-01-03, 04:06 UTC There is lack of info about endianness (byte order) in the table you have quoted and you also ignore the byte order problem. Some people may not understand why they can't see the number from the table when using hex view in Lister.
Don't you think that you leave any newbie far behind you with this point?
Is this important if you enter unicode symbols or search via regex for unicode symbols?
BTW: i don't use Unicode emoticons except the set of smileys which can be encoded with ASCII characters

Code: Select all

8-) :-( ;-) :-) ... :-|
independent from endianness, you will always be able to read and decode this as human (as long as you are a L2R reading person;-).
Unfortunately the forum software automatically translates these character sequences into single Unicode characters:
8-) :-( ;-) :-) ... :-|

:-(
Holger
Make our planet great again
User avatar
makinero
Senior Member
Senior Member
Posts: 268
Joined: 2013-10-26, 10:05 UTC

Re: Error Exception: - Not enough hexadecimal digits

Post by *makinero »

ʕʘ̅͜ʘ̅ʔ 💓

It can be simpler, but it does not work with all Regex search engines.

\p{Emoticons}
User avatar
HolgerK
Power Member
Power Member
Posts: 5406
Joined: 2006-01-26, 22:15 UTC
Location: Europe, Aachen

Re: Error Exception: - Not enough hexadecimal digits

Post by *HolgerK »

makinero wrote: 2019-01-03, 09:27 UTC ʕʘ̅͜ʘ̅ʔ 💓
Is this a troll (or a bear) emoticon?
Do you want a red herring (or a salmon): ><((((*> | ><))))°> ?:)

;-)
Holger
Make our planet great again
User avatar
makinero
Senior Member
Senior Member
Posts: 268
Joined: 2013-10-26, 10:05 UTC

Re: Error Exception: - Not enough hexadecimal digits

Post by *makinero »

Probably "Bernard Bear"

ʕʘ̅͜ʘ̅ʔ ===> https://www.youtube.com/watch?v=jFR-W0UNV6g
User avatar
Usher
Power Member
Power Member
Posts: 1675
Joined: 2011-03-11, 10:11 UTC

Re: Error Exception: - Not enough hexadecimal digits

Post by *Usher »

HolgerK wrote: 2019-01-03, 09:15 UTC BTW: i don't use Unicode emoticons except the set of smileys which can be encoded with ASCII characters

Code: Select all

8-) :-( ;-) :-) ... :-|
independent from endianness, you will always be able to read and decode this as human (as long as you are a L2R reading person;-).
Unfortunately the forum software automatically translates these character sequences into single Unicode characters:
8-) :-( ;-) :-) ... :-|

:-(
Holger
You know that you can just disable smilies in your message?
;-P
Andrzej P. Wozniak
Polish subforum moderator
User avatar
HolgerK
Power Member
Power Member
Posts: 5406
Joined: 2006-01-26, 22:15 UTC
Location: Europe, Aachen

Re: Error Exception: - Not enough hexadecimal digits

Post by *HolgerK »

Yes (already set since ages...):
User control panel -> Edit posting defaults : Enable smilies by default: ... (o) no

User control panel -> Edit display options: Display smilies as images ... (o) yes
(I want to see the postings as they are created by the writer ;-)

Regards
Holger
Make our planet great again
User avatar
Usher
Power Member
Power Member
Posts: 1675
Joined: 2011-03-11, 10:11 UTC

Re: Error Exception: - Not enough hexadecimal digits

Post by *Usher »

2HolgerK
So you also know that ASCII smilies are replaced with old fashioned animated GIFs rather than with emoji glyphs?
;-P
Andrzej P. Wozniak
Polish subforum moderator
User avatar
HolgerK
Power Member
Power Member
Posts: 5406
Joined: 2006-01-26, 22:15 UTC
Location: Europe, Aachen

Re: Error Exception: - Not enough hexadecimal digits

Post by *HolgerK »

I don't care (or even notice):
Firefox -> about:config -> image.animation_mode;once

;-)
Holger
Make our planet great again
User avatar
Usher
Power Member
Power Member
Posts: 1675
Joined: 2011-03-11, 10:11 UTC

Re: Error Exception: - Not enough hexadecimal digits

Post by *Usher »

It's not about your settings or care now, it's about your misleading wording here: https://www.ghisler.ch/board/viewtopic.php?p=351539#p350195

Don't drink and write, even in New Year…
Andrzej P. Wozniak
Polish subforum moderator
User avatar
HolgerK
Power Member
Power Member
Posts: 5406
Joined: 2006-01-26, 22:15 UTC
Location: Europe, Aachen

Re: Error Exception: - Not enough hexadecimal digits

Post by *HolgerK »

Do you mean this=>
HolgerK wrote: 2019-01-03, 09:15 UTCUnfortunately the forum software automatically translates these character sequences into single Unicode characters:
8-) :-( ;-) :-) ... :-|
Directly after writing this I 've took the chance to dive a little bit more into the forum configuration and changed the user control setting accordingly=>
HolgerK wrote: 2019-02-10, 14:24 UTC User control panel -> Edit posting defaults : Enable smilies by default: ... (o) no

User control panel -> Edit display options: Display smilies as images ... (o) yes
(I want to see the postings as they are created by the writer ;-)
Don't know why you suspect me to drink and write...
An even if who cares...

Kind regards
Holger
Make our planet great again
Shiba28
Junior Member
Junior Member
Posts: 2
Joined: 2019-04-16, 12:43 UTC

Re: Error Exception: - Not enough hexadecimal digits

Post by *Shiba28 »

Hi,
try this:
Regex.Match(ownitDirectory, "(" + project + "\\\\.*\\\\)", RegexOptions.IgnoreCase);




Dafont 192.168 DELETED



I am edited my posts to add spam, now I am a banned user :roll:


 
Last edited by Shiba28 on 2019-04-17, 19:27 UTC, edited 1 time in total.
User avatar
Usher
Power Member
Power Member
Posts: 1675
Joined: 2011-03-11, 10:11 UTC

Re: Error Exception: - Not enough hexadecimal digits

Post by *Usher »

2Shiba28
Could you explain your idea, please? Why did you copy some unrelated answer found in the Internet?
Andrzej P. Wozniak
Polish subforum moderator
Post Reply