ietf-tools / idnits

Library / CLI to inspect Internet-Draft documents for a variety of conditions to conform with IETF policies.
BSD 3-Clause "New" or "Revised" License
11 stars 16 forks source link

Idnits generates false positive for figures with Unicode characters #34

Closed kszarkowicz closed 3 months ago

kszarkowicz commented 3 months ago

I have draft that use Unicode characters in drawing (https://www.ietf.org/archive/id/draft-smn-idr-inter-domain-ibgp-03.txt). Running thus draft through https://author-tools.ietf.org/idnits results in 151 errors as follows:

"Line appears to be too long, but this could be caused by non-ascii characters in UTF-8 encoding"

Similar issue was opened in the past (issue #2574), which suppose to be fixed. However, false positive are still there.

rjsparks commented 3 months ago

The endpoint above is running the older idnits, not idnits3 which is under development.

kszarkowicz commented 3 months ago

OK. Sorry,

Let me close this issue, and open another issue for idnits2.

//Krzysztof

On Jun 4, 2024, at 19:42, Robert Sparks @.***> wrote:

The endpoint above is running the older idnits, not idnits3 which is under development.

— Reply to this email directly, view it on GitHub https://github.com/ietf-tools/idnits/issues/34#issuecomment-2148077050, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUXPIBBGCKZOMYMI3D3CXUDZFX37ZAVCNFSM6AAAAABIYPVBJCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNBYGA3TOMBVGA. You are receiving this because you authored the thread.

kszarkowicz commented 3 months ago

Closing this issue, and opening new issue for idnits2.