EP1364343A2 - Komprimierung und extraktion von schrifttypen - Google Patents

Komprimierung und extraktion von schrifttypen

Info

Publication number
EP1364343A2
EP1364343A2 EP02744894A EP02744894A EP1364343A2 EP 1364343 A2 EP1364343 A2 EP 1364343A2 EP 02744894 A EP02744894 A EP 02744894A EP 02744894 A EP02744894 A EP 02744894A EP 1364343 A2 EP1364343 A2 EP 1364343A2
Authority
EP
European Patent Office
Prior art keywords
symbol
symbols
data representing
encoded
length
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
EP02744894A
Other languages
English (en)
French (fr)
Other versions
EP1364343B1 (de
Inventor
Bernard Smeets
Jan ÄBERG
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Telefonaktiebolaget LM Ericsson AB
Original Assignee
Telefonaktiebolaget LM Ericsson AB
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Telefonaktiebolaget LM Ericsson AB filed Critical Telefonaktiebolaget LM Ericsson AB
Publication of EP1364343A2 publication Critical patent/EP1364343A2/de
Application granted granted Critical
Publication of EP1364343B1 publication Critical patent/EP1364343B1/de
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/20Image preprocessing
    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03MCODING; DECODING; CODE CONVERSION IN GENERAL
    • H03M7/00Conversion of a code where information is represented by a given sequence or number of digits to a code where the same, similar or subset of information is represented by a different sequence or number of digits
    • H03M7/30Compression; Expansion; Suppression of unnecessary data, e.g. redundancy reduction
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T9/00Image coding

Definitions

  • the present invention relates generally to the compression and retrieval of data representing a font or other set of symbols; and, more particularly, to a method and apparatus for storing a large font, such as a Chinese or Japanese character set, in a compressed form while retaining access to individual symbols of the font.
  • the Chinese Unicode standard character set contains about 21,000 different Chinese symbols.
  • each symbol is the size of at least some hundreds of pixels; and, as a result, to store a complete Chinese font requires a large amount of memory. Being able to store the glyphs in a more compact format than pure bitmaps will substantially reduce memory requirements.
  • a font is usually stored as a series of points that are joined by curves. This brings the additional advantage of making font scaling possible, although for fonts stored in this way, some processing is needed to render the image itself. For lower resolution displays, font scaling is not of interest, and it would be more efficient to store the font as a bitmap.
  • a two-part code can also be used to compress and retrieve a font.
  • the first part of such a code describes the statistical properties, or a model, of the data; and the second part encodes the data by a code derived from the model.
  • Exemplary of font compression and retrieval methods known in the prior art include those described in U.S. Patent Nos. 5,488,365; 5,058,187; 5,587,725; 5;473;704; and 5,020,121 ; and PCT Publication No. WO 98/16902.
  • none of these prior art methods describes a font compression and retrieval technique that provides complete random access of individual symbols of the font, which is important to permit high-speed access of the symbols by modern high-speed equipment.
  • the present invention is directed to a method and apparatus for the compression and retrieval of data representing a set of symbols; and, particularly, to a method and apparatus for compressing a font which comprises a large number of glyphs, such as a Chinese or a Japanese character set, in such a manner that each individual glyph of the character set can be separately accessed and decompressed.
  • a method for compressing data representing a set of symbols includes encoding each symbol of the set of symbols in the form of a two-part code wherein a first part of the two-part code is common for all encoded symbols of the set and a second part of the two-part code comprises encoded data representing a symbol of the set, wherein each encoded symbol of the set can be separately accessed and decompressed.
  • the present invention provides a data compression method that is based on the use of a two-part code, however, the first part of the code is common for all symbols of the set of symbols, and this allows each encoded symbol to be separately accessed and decompressed.
  • the present invention accordingly, provides the property of random access to the individual symbols of the set which, as indicated above, is a particularly important capability in modern high-speed equipment.
  • the set of symbols comprises a font of individual symbols or glyphs
  • the data representing the glyphs includes a bitmap for each glyph.
  • a statistical model of the set of glyphs is created (the first part of the two-part code or the "model"), and each glyph is then separately compressed with a code derived from the model (the second part of the two-part code or the "codeword").
  • the compressed glyphs are partitioned by codeword length, and one indexing table, sorted by an identifier for each glyph, is created for each partition.
  • An encoded font will thus comprise a statistical model, a set of codewords, a set of indexing tables, a table of lengths for the indexing tables and, perhaps, auxiliary tables used for decoding.
  • the indexing tables are first searched for a matching entry. From the table lengths and the position in the table, the position or location of the particular glyph in the code set can be computed, and this permits the desired codeword for that glyph to then be extracted and decoded. Because, in the present invention, a two-part code is used where the first part of the code is common for all the encoded glyphs; indexing is greatly simplified inasmuch as for each glyph it is only necessary to locate the codeword for that particular glyph.
  • font compression is achieved utilizing an arithmetic encoder with a fixed probability table. This procedure provides near optimal compression of the glyphs, given the probability table, without the need of additional tables.
  • font compression is by means of a predictive encoding scheme with a fixed prediction table followed by a fixed Huffman coding. This procedure makes it possible to have a very fast decompression while retaining reasonable compression speeds. This embodiment is also particularly suitable for hardware implementation.
  • FIGURE 1 schematically illustrates an encoder for a font compression scheme according to a first presently preferred embodiment of the invention
  • FIGURE 2 schematically illustrates one example of a conditioning context of a pixel to assist in explaining the operation of the encoder of FIGURE 1
  • FIGURE 3 schematically illustrates a decoder for retrieving data encoded by the encoder of FIGURE 1;
  • FIGURE 4 schematically illustrates an encoder for a font compression scheme according to a second presently preferred embodiment of the invention
  • FIGURES 5 and 6 are flow charts illustrating the basic steps of the encoding and decoding procedures, respectively, for a font compression and retrieval method according to the present invention.
  • FIGURE 1 is a block diagram schematically illustrating the encoder structure of a compression scheme according to a first embodiment of the present invention for compressing data representing a set of symbols such as a font of Chinese or Japanese symbols or glyphs.
  • the sequence of bits output from the serialize module 14 is directed to an arithmetic encoder module 16 which may be a standard binary arithmetic encoding unit (see, for example, C.B. Jones, "An Efficient Coding System for Long Source Sequences", IEEE Transactions on Information Theory, vol. 27, no. 3, pp. 280-291 , May, 1981).
  • arithmetic precision of the encoder should be matched with the precision of the probability table that will be discussed hereinafter.
  • the bits are encoded sequentially as the bitmap is scanned.
  • the model that provides the coding probabilities for the arithmetic coding is illustrated by dashed block 18 and is designated in FIGURE 1 as a source model.
  • the source model is context based, i.e., the probability distribution of each pixel of the bitmap is determined by a conditioning context of surrounding pixel values.
  • the model includes a context forming unit or module 22 which selects bits from previously encoded ones in the same bitmap to determine the context, which is represented as an integer.
  • FIGURE 2 schematically illustrates one example of the correspondence between context pixels and bit positions.
  • the conditioning context of any pixel must contain only pixels that appear earlier in the scan order. Its shape may vary depending on the pixel. Any context pixel outside the bitmap is set to zero.
  • the source model 18 also includes a probability table 24 which has one entry per possible context, containing the pixel probability conditioned on that context, stored with fixed precision.
  • the probability table 24 is constructed by counting the occurrences of ones in each context, and normalizing by the number of occurrences of the context.
  • byte alignment module 26 If only certain codeword lengths are allowed, for instance integer bytes, zeros are appended to the end of the output of the arithmetic encoder by byte alignment module 26.
  • the output of the byte alignment module is the codeword representing a symbol or glyph of the font.
  • Each glyph of the font is encoded utilizing the encoder of FIGURE 1 until the entire font has been encoded and stored in memory.
  • the scan order and the context forming function are chosen. Different sizes of contexts, scan orders, context forming functions, and precisions of the probability table can be tried in order to find the one yielding the best compression.
  • the quantity that is minimized here to yield the best compression is the size of the codeword set plus the size of the probability table.
  • the codewords produced by the above procedure are sorted first by length and then by identifier, which is given for each glyph of the font, and an index table for each length is constructed as a list of identifiers sorted in ascending order. For each index table is stored in a length table the codeword length it corresponds to, and the table length.
  • the codewords are stored together with the index table and the length table. It should be noted that the information about the location and length of each codeword in memory is present only in the index and length tables, i.e., the codewords are stored sorted by length and identifier but without any separators.
  • the index tables are first searched one by one, using a binary search. If the identifier is found, the address of the corresponding codeword is found by summing the product of the codeword length and the number of codewords of that length over all codeword lengths smaller than the one of the searched table (counting of the codewords should begin at zero), and adding the codeword length of the searched table times the position of the identifier in the table.
  • Other search orders of the tables are also possible. For instance, one could search the tables in order of descending size, if desired; and it is not intended to limit the invention to any particular search order. It should also be understood that other searching methods can be used as well without departing from the scope of the present invention, and it is also not intended to limit the invention to any particular searching method.
  • FIGURE 3 is a block diagram schematically illustrating the structure of an encoder
  • FIGURE 4 the probability table of the source model 18 of the encoder 10 of FIGURE 1 is replaced by a prediction table 42 in a source model 48 in which each entry is one bit, indicating the most probable bit value in each context.
  • the predicted value for each bit is exclusive- ORed with the actual bit by unit 44, producing a bit stream that is encoded by a Huffman code in Huffman encoder module 46 (see D.A. Huffman, "A Method for the Construction of Minimum-Redundancy Codes", Proc. IRE, vol. 40, pp 1098-1101, 1952.)
  • FIGURES 5 and 6 are flowcharts which generally illustrate the steps of the encoding and decoding procedures, respectively, of the compression and retrieval methods of the present invention.
  • two-dimensional bitmaps of the individual symbols or glyphs of the font are serialized at step 61 using the serializer 14 shown in FIGURES 1 or 4.
  • a source or statistical model of the serialized data is created at step 62 using the context forming module 22 and either the probability table 24 of FIGURE 1 or the prediction table of FIGURE 4.
  • the sequence of bits output from the serializer is then encoded in step 63 where each symbol or glyph of the font is independently encoded with a code derived from the statistical model by either the arithmetic encoder 16 of FIGURE 1 or the Huffman encoder 46 of FIGURE 4 to provide the encoded codeword set representing the font.
  • the encoded font is then stored in memory at step 64 for later retrieval, for example. As indicated above, the codewords are stored together with the index table and the length table.
  • the index tables are first searched in step 71 until the identifier for the encoded symbol is found.
  • the address of the stored encoded symbol is then found using the identifier, step 72; and, finally, the codeword is retrieved and decoded, step 83, using the decoder of, for example, FIGURE 3, to provide the decompressed bitmap of the selected symbol or glyph.
  • An important aspect of the present invention is that a two-part code is used wherein the first part of the code, i.e., the model, is common for all the encoded glyphs; and the second part of the code, i.e., the codeword, comprises the encoded data representing a glyph.
  • the first part of the code i.e., the model
  • the second part of the code i.e., the codeword
  • an arithmetic coder with a fixed probability table is used, which ensures near optimal compression of the glyphs, given the probability table, without the need for additional tables, as distinguished from Lempel-Ziv and Huffman coding schemes which perform poorly on short data blocks and require extensive code tables, respectively.
  • each table is reduced to a list of identifiers.
  • the total size of the addressing tables are only marginally larger than the space originally occupied by the identifiers; and, thus, we have gained the property of random access to the glyphs with only a slight increase in index table size.
EP02744894A 2001-02-27 2002-02-15 Komprimierung und extraktion von schrifttypen Expired - Lifetime EP1364343B1 (de)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US794706 1985-11-04
US09/794,706 US20020118885A1 (en) 2001-02-27 2001-02-27 Font compression and retrieval
PCT/EP2002/001601 WO2002069269A2 (en) 2001-02-27 2002-02-15 Font compression and retrieval

Publications (2)

Publication Number Publication Date
EP1364343A2 true EP1364343A2 (de) 2003-11-26
EP1364343B1 EP1364343B1 (de) 2006-07-19

Family

ID=25163415

Family Applications (1)

Application Number Title Priority Date Filing Date
EP02744894A Expired - Lifetime EP1364343B1 (de) 2001-02-27 2002-02-15 Komprimierung und extraktion von schrifttypen

Country Status (6)

Country Link
US (2) US20020118885A1 (de)
EP (1) EP1364343B1 (de)
KR (1) KR100906041B1 (de)
AT (1) ATE333683T1 (de)
DE (1) DE60213205T2 (de)
WO (1) WO2002069269A2 (de)

Families Citing this family (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007531078A (ja) * 2003-07-16 2007-11-01 ハンヤン ハク ウォン カンパニー,リミテッド 3次元メッシュ情報の符号化及び復号化方法並びにその装置
KR100619053B1 (ko) * 2003-11-10 2006-08-31 삼성전자주식회사 서브 타이틀을 기록한 정보저장매체 및 그 처리장치
US7831908B2 (en) * 2005-05-20 2010-11-09 Alexander Vincent Danilo Method and apparatus for layout of text and image documents
KR101385956B1 (ko) * 2007-08-31 2014-04-17 삼성전자주식회사 미디어 신호 인코딩/디코딩 방법 및 장치
US7688233B2 (en) * 2008-02-07 2010-03-30 Red Hat, Inc. Compression for deflate algorithm
US8473467B2 (en) 2009-01-02 2013-06-25 Apple Inc. Content profiling to dynamically configure content processing
PT3244612T (pt) 2010-04-13 2018-11-14 Ge Video Compression Llc Codificação de mapas de significância e blocos de coeficientes de transformada
TWI397825B (zh) * 2010-08-24 2013-06-01 Matsushita Electric Tw Co Ltd The coding / decoding processing system and method of dot matrix font
US8947438B2 (en) 2011-08-01 2015-02-03 Microsoft Corporation Reducing font instructions
CA2856245C (en) * 2011-11-18 2019-08-13 Store Electronic Systems A method and a system for displaying product information on electronic labels
KR102203031B1 (ko) * 2019-11-15 2021-01-14 오토아이티(주) 빠른 정전 복구를 지원하기 위한 대용량 데이터 기록 방법 및 장치
US11423580B2 (en) * 2020-10-12 2022-08-23 Arm Limited Decoding data arrays
US20230084574A1 (en) * 2021-09-16 2023-03-16 UncommonX Inc. Bit sequence storage method and system

Family Cites Families (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3701111A (en) * 1971-02-08 1972-10-24 Ibm Method of and apparatus for decoding variable-length codes having length-indicating prefixes
US4559615A (en) * 1982-09-15 1985-12-17 Goo Atkin Y Method and apparatus for encoding, storing and accessing characters of a Chinese character-based language
JPS63263561A (ja) 1987-04-22 1988-10-31 Ricoh Co Ltd 日本語文の圧縮方法
US4799242A (en) * 1987-08-24 1989-01-17 International Business Machines Corporation Multi-mode dynamic code assignment for data compression
KR930003416B1 (ko) * 1988-03-29 1993-04-29 주식회사 금성사 폰트의 함축방법
US5045852A (en) * 1990-03-30 1991-09-03 International Business Machines Corporation Dynamic model selection during data compression
JP2978208B2 (ja) 1990-05-18 1999-11-15 シチズン時計株式会社 キャラクタージェネレータにおけるフォントデータ圧縮方式
US5020121A (en) * 1990-08-16 1991-05-28 Hewlett-Packard Company Neighborhood block prediction bit compression
US6069999A (en) * 1991-04-18 2000-05-30 Microsoft Corporation Method for compressing and decompressing font data
JPH06195063A (ja) 1992-12-25 1994-07-15 Casio Comput Co Ltd 文字パターンデータ圧縮装置
US5915041A (en) * 1993-03-04 1999-06-22 Unisys Corporation Method and apparatus for efficiently decoding variable length encoded data
JP2732188B2 (ja) 1993-03-15 1998-03-25 国際電信電話株式会社 最適符号表現を用いた多段データ圧縮装置
US5473704A (en) * 1993-06-01 1995-12-05 Asahi Kogaku Kogyo Kabushiki Kaisha Apparatus for substituting character data for image data using orthogonal conversion coefficients
JPH07199894A (ja) 1993-12-30 1995-08-04 Casio Comput Co Ltd 文字フォント圧縮方法
US5488365A (en) * 1994-03-01 1996-01-30 Hewlett-Packard Company Method and apparatus for compressing and decompressing short blocks of data
DE69431101T2 (de) * 1994-03-18 2002-11-28 Hewlett Packard Co Druckersystem mit komprimiertem Schriftsatzverfahren, das Speicherplatzeinsparüng ermöglicht
CN1099766C (zh) * 1994-06-16 2003-01-22 精工爱普生株式会社 数据压缩方法、数据复原方法及信息处理装置
KR100209877B1 (ko) * 1994-11-26 1999-07-15 윤종용 복수개의 허프만부호테이블을 이용한 가변장부호화장치 및 복호화장치
JP3181809B2 (ja) 1995-05-31 2001-07-03 シャープ株式会社 データ圧縮のための圧縮コードの復元回路
US6031622A (en) 1996-05-16 2000-02-29 Agfa Corporation Method and apparatus for font compression and decompression
EP0837427A1 (de) 1996-10-15 1998-04-22 Hewlett-Packard Company Verlustfreie Bitmapbilderkomprimierung und -dekomprimierung
US5901251A (en) * 1997-03-18 1999-05-04 Hewlett-Packard Company Arithmetic coding compressor using a context model that is adaptive to variable length patterns in bi-level image data
JPH1155125A (ja) 1997-08-01 1999-02-26 Fujitsu Ltd 文字データの圧縮・復元方法
US6377966B1 (en) * 1997-10-22 2002-04-23 Flashpoint Technology, Inc. Graphical interface to select characters representing phonetic articulation and no articulation groups
GB2346470B (en) * 1999-02-05 2003-10-29 Advanced Risc Mach Ltd Bitmap font data storage within data processing systems
JP2001084707A (ja) * 1999-09-10 2001-03-30 Toshiba Corp 可変長符号の復号方法、復号装置及び可変長符号の復号プログラムを記録したコンピュータ読み取り可能な記録媒体

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See references of WO02069269A2 *

Also Published As

Publication number Publication date
US7212679B2 (en) 2007-05-01
KR20030082586A (ko) 2003-10-22
DE60213205T2 (de) 2006-11-23
WO2002069269A2 (en) 2002-09-06
KR100906041B1 (ko) 2009-07-03
US20050047669A1 (en) 2005-03-03
US20020118885A1 (en) 2002-08-29
ATE333683T1 (de) 2006-08-15
WO2002069269A3 (en) 2002-11-28
EP1364343B1 (de) 2006-07-19
DE60213205D1 (de) 2006-08-31

Similar Documents

Publication Publication Date Title
US6906644B2 (en) Encoding and decoding apparatus with matching length means for symbol strings
US5818877A (en) Method for reducing storage requirements for grouped data values
RU2125765C1 (ru) Способ и устройство сжатия символов, стохастический кодер (варианты)
US7358874B2 (en) Data compression using a stream selector with edit-in-place capability for compressed data
US5532694A (en) Data compression apparatus and method using matching string searching and Huffman encoding
US5229768A (en) Adaptive data compression system
EP1364343B1 (de) Komprimierung und extraktion von schrifttypen
EP0729237A2 (de) Adaptive Datemkompression mit mehreren Wörterbüchern
JP2003179501A (ja) データ圧縮方法
EP0619053A1 (de) Dekodierer für Huffman Kode mit Präfix unter Verwendung mehrerer Kodebücher und Verfahren dazu
EP0582907A2 (de) Verfahren und Vorrichtung zur Datenkomprimierung unter Verwendung von Zeichenkettenanpassung-Suche und Huffmankodierung
US5594435A (en) Permutation-based data compression
EP0127815B1 (de) Verfahren zur Datenkompression
JPH07226846A (ja) 入力データストリームの処理方法及び圧縮フォーマットの生成方法
US6788224B2 (en) Method for numeric compression and decompression of binary data
US5815096A (en) Method for compressing sequential data into compression symbols using double-indirect indexing into a dictionary data structure
US5392036A (en) Efficient optimal data recopression method and apparatus
JP3080149B2 (ja) パタン符号化方法及び復号化方法とこの方法を用いた符号化装置及び復号化装置
CN116471337A (zh) 一种基于bwt和lzw的报文压缩与解压缩方法及设备
US6947606B2 (en) Skim encoding method for compression of a two dimensional array of data
Zia et al. Two-level dictionary-based text compression scheme
JPH1155125A (ja) 文字データの圧縮・復元方法
US6522270B1 (en) Method of coding frequently occurring values
JP3001519B1 (ja) データ圧縮方法およびデータ圧縮方式
JPH0659857A (ja) データ圧縮装置

Legal Events

Date Code Title Description
PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

17P Request for examination filed

Effective date: 20030825

AK Designated contracting states

Kind code of ref document: A2

Designated state(s): AT BE CH CY DE DK ES FI FR GB GR IE IT LI LU MC NL PT SE TR

AX Request for extension of the european patent

Extension state: AL LT LV MK RO SI

RAP1 Party data changed (applicant data changed or rights of an application transferred)

Owner name: TELEFONAKTIEBOLAGET LM ERICSSON (PUBL)

17Q First examination report despatched

Effective date: 20050107

GRAP Despatch of communication of intention to grant a patent

Free format text: ORIGINAL CODE: EPIDOSNIGR1

GRAS Grant fee paid

Free format text: ORIGINAL CODE: EPIDOSNIGR3

GRAA (expected) grant

Free format text: ORIGINAL CODE: 0009210

AK Designated contracting states

Kind code of ref document: B1

Designated state(s): AT BE CH CY DE DK ES FI FR GB GR IE IT LI LU MC NL PT SE TR

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: AT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20060719

Ref country code: NL

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20060719

Ref country code: CH

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20060719

Ref country code: FI

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20060719

Ref country code: BE

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20060719

Ref country code: LI

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20060719

Ref country code: IT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT;WARNING: LAPSES OF ITALIAN PATENTS WITH EFFECTIVE DATE BEFORE 2007 MAY HAVE OCCURRED AT ANY TIME BEFORE 2007. THE CORRECT EFFECTIVE DATE MAY BE DIFFERENT FROM THE ONE RECORDED.

Effective date: 20060719

REG Reference to a national code

Ref country code: GB

Ref legal event code: FG4D

REG Reference to a national code

Ref country code: CH

Ref legal event code: EP

REG Reference to a national code

Ref country code: IE

Ref legal event code: FG4D

REF Corresponds to:

Ref document number: 60213205

Country of ref document: DE

Date of ref document: 20060831

Kind code of ref document: P

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: SE

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20061019

Ref country code: DK

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20061019

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: ES

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20061030

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: PT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20061219

NLV1 Nl: lapsed or annulled due to failure to fulfill the requirements of art. 29p and 29m of the patents act
ET Fr: translation filed
PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: MC

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20070228

PLBE No opposition filed within time limit

Free format text: ORIGINAL CODE: 0009261

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: NO OPPOSITION FILED WITHIN TIME LIMIT

26N No opposition filed

Effective date: 20070420

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: IE

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20070215

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: GR

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20061020

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: CY

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20060719

Ref country code: LU

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20070215

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: TR

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20060719

REG Reference to a national code

Ref country code: FR

Ref legal event code: PLFP

Year of fee payment: 15

REG Reference to a national code

Ref country code: FR

Ref legal event code: PLFP

Year of fee payment: 16

REG Reference to a national code

Ref country code: FR

Ref legal event code: PLFP

Year of fee payment: 17

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: FR

Payment date: 20210223

Year of fee payment: 20

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: GB

Payment date: 20210225

Year of fee payment: 20

Ref country code: DE

Payment date: 20210225

Year of fee payment: 20

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: IT

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20200215

REG Reference to a national code

Ref country code: DE

Ref legal event code: R071

Ref document number: 60213205

Country of ref document: DE

REG Reference to a national code

Ref country code: GB

Ref legal event code: PE20

Expiry date: 20220214

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: GB

Free format text: LAPSE BECAUSE OF EXPIRATION OF PROTECTION

Effective date: 20220214