XBench Check to detect double-byte characters in the target

Dear all,

I am in need of an XBench check to detect double-byte characters in the target.

Does somebody maybe already have a check like this and could make it available to me?

Thank you in advance.

Anna

Do you need to detect double-byte characters in a specific language?

I need to detect it for several languages, among them German, Spanish and French, but would like to have a general check if this is possible?

For the time being I especially need to check for the following character:

But if there is a check that detects double-byte characters in general it would be highly appreciated.

@AnnaH
Hi, Please try this regular expression referring to the following screenshot.

[^\x01-\x7E]

Hi.
Your screenshot indicates that this is a general check for double-byte characters, correct?

This helps a lot, thank you so much!