our blog

How to Turn 100% of Segments into XU and Vice Versa in TagEditor

How to Turn 100% of Segments into XU and Vice Versa in TagEditor - 1

You can turn 100% of segments into XU segments and vice versa even without TagEditor

It is a simple trick that can be done even without TagEditor.

To turn 100% of segments into XU segments (i.e., blocked protected segments) in a .ttx file, you need to make the following replacement:

<Tu MatchPercent="100">
to
<Tu MatchPercent="100" Origin="xtranslate">

To turn XU segments into 100% segments, you need to make the reverse replacement:

<Tu MatchPercent="100" Origin="xtranslate">
to
<Tu MatchPercent="100">

or (since the order of attributes in such strings is arbitrary):

<Tu Origin="xtranslate" MatchPercent="100">
to
<Tu MatchPercent="100">

Please note the a .ttx file can be edited as if it is a regular text file (.txt), directly in any text editor, for example, in Notepad.

Recommended content

How to Turn 100% of Segments into XU and Vice Versa in TagEditor - 2

Indirect signs that you are losing money

Reflections based on observations Computer Files Programs Word Text Internet
How to Turn 100% of Segments into XU and Vice Versa in TagEditor - 3

How to type a number in superscript or subscript

About superscript or subscript numbers How do you type a number in the upper or lower index if the text editor has no idea what an index is? For example, in a regular Notepad (and, by the way, in Telegram). This is where Unicode comes in. It has ready-made symbols for numbers in the upper […]
How to Turn 100% of Segments into XU and Vice Versa in TagEditor - 4

How to quickly adjust the text size on a web page in Windows

About adjusting the text size on a web page in Windows The fastest way to adjust the text size of a web page in Windows is to spin the mouse wheel while holding down the Ctrl key: On laptops that use a touchpad instead of a mouse, you can use the following commands: Plus and Minus […]
How to Turn 100% of Segments into XU and Vice Versa in TagEditor - 5

Names of some well-known companies that actually are abbreviations

Fun facts about brand names Names of some well-known companies are actually abbreviations, not acronyms:
How to Turn 100% of Segments into XU and Vice Versa in TagEditor - 6

Artificial Intelligence is not Intelligence

A few thoughts on artificial intelligence For an AI chatbot like ChatGPT to work, it first needs to train the Large Language Model (LLM) it relies on using a huge amount of text data. Modern LLMs are trained on almost everything that can be found on the internet. The texts generated by chatbots are often […]