Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ставит пробел в инициальной аббревиатуе, если она заканчивается точкой #47

Open
cimmwolf opened this issue Apr 10, 2016 · 2 comments

Comments

@cimmwolf
Copy link

Например:
Государственная дума РФ.

Измениться на:
Государственная дума Р Ф.

Но если обернуть фразу в тег, то пробел не добавиться.

@4n70w4
Copy link

4n70w4 commented Jul 22, 2019

Аналогичная проблема. Из Правительство РФ, БУ делает Правительство Р Ф, БУ.

Как отключить это поведение?

@4n70w4
Copy link

4n70w4 commented Jul 22, 2019

Отключить можно так:

        $t->setup([
            'Nobr.spaces_nobr_in_surname_abbr' => 'off',
        ]);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants