Open
Description
(Creating an issue on this, as the task is now spread over several PRs)
Problem
As already described in PRs #794 #799 and #803, parsing Feet/inches combinations (ie. "7'23") fails for some cultures. This is because the apostrophe may be part of a number (typically as thousands separator) which makes this string ambigous.
To Reproduce
Steps to reproduce the behavior (just an example):
Run the unit tests on a computer that has the locale set to "de-Ch" (sometimes, error depends on the actual char set as number separator)
How should we proceed on this? #799 and #803 are closed, because they produce other side-effects that are equaly undesirable.
cc: @angularsen , @tmilnthorp