ISO 8601: Difference between revisions

From annawiki
Line 12: Line 12:
! 3
! 3
! 4
! 4
! 5
|-
|-
| 1582-10-15
| 1582-10-15
Line 17: Line 18:
| 1582‑10‑15
| 1582‑10‑15
| <nobr>1582-10-15</nobr>
| <nobr>1582-10-15</nobr>
| <span style="white-space: nowrap;">1582-10-15</span>
|}
|}


*@1 using - (U+002D hyphen-minus)
*@1 using - (U+002D hyphen-minus)
*@2 using "&#X;" with X=8209 (U+2011 non-breaking hyphen)
*@2 using "&#X;" with X=8209 (U+2011 non-breaking hyphen) - search for 1582-10-15 (method 1) possibly does not match
*@3 using the sign itself (U+2011 non-breaking hyphen)
*@3 using the sign itself (U+2011 non-breaking hyphen) - search for 1582-10-15 (method 1) possibly does not match
*@4 using nobr-tag around method 1
*@4 using nobr-tag around method 1
*@5 using span style="white-space: nowrap;"

Revision as of 2014-11-14T05:27:43


HTML

1 2 3 4 5
1582-10-15 1582‑10‑15 1582‑10‑15 <nobr>1582-10-15</nobr> 1582-10-15
  • @1 using - (U+002D hyphen-minus)
  • @2 using "&#X;" with X=8209 (U+2011 non-breaking hyphen) - search for 1582-10-15 (method 1) possibly does not match
  • @3 using the sign itself (U+2011 non-breaking hyphen) - search for 1582-10-15 (method 1) possibly does not match
  • @4 using nobr-tag around method 1
  • @5 using span style="white-space: nowrap;"