Ignore:
Timestamp:
2019-07-07T01:56:46+02:00 (5 years ago)
Author:
Don-vip
Message:

see #17848 - update to metadata-extractor 2.12.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/com/drew/lang/Charsets.java

    r13061 r15217  
    11/*
    2  * Copyright 2002-2017 Drew Noakes
     2 * Copyright 2002-2019 Drew Noakes and contributors
    33 *
    44 *    Licensed under the Apache License, Version 2.0 (the "License");
     
    3838    public static final Charset UTF_16BE = Charset.forName("UTF-16BE");
    3939    public static final Charset UTF_16LE = Charset.forName("UTF-16LE");
     40    public static final Charset WINDOWS_1252 = Charset.forName("Cp1252");
    4041}
Note: See TracChangeset for help on using the changeset viewer.