mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 07:18:39 +09:00
Issue #1656 - Part 2: Unmangle some unfortunate UTF-8 victims.
The poor fellows got lost in an ASCII-interpretation of the world.
This commit is contained in:
parent
8c395520d9
commit
ed7e49eda6
9 changed files with 24 additions and 24 deletions
|
|
@ -1565,7 +1565,7 @@ protected:
|
|||
// Default step base value when a type do not have specific one.
|
||||
static const Decimal kDefaultStepBase;
|
||||
// Default step base value when type=week does not not have a specific one,
|
||||
// which is ???259200000, the start of week 1970-W01.
|
||||
// which is −259200000, the start of week 1970-W01.
|
||||
static const Decimal kDefaultStepBaseWeek;
|
||||
|
||||
// Default step used when there is no specified step.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue