General Airconditioners
General is a brand of air conditioners owned by Fujitsu General Limited of Japan. Fujitsu General manufactures and markets various air conditioning units and humidity control solutions under the General and Fujitsu brands in different markets.
Product type | air conditioners |
---|---|
Owner | Fujitsu General Limited |
Country | Japan |
Related brands | Fujitsu |
Website | www |
Former Australian Cricketer Mark "Tubby" Taylor has been the face of Fujitsu General Air conditioners in Australia since 1998[1].
India
In India, General air conditioners are manufactured and marketed by ETA General Pvt. Ltd, which is a joint venture between Fujitsu General Limited and the ETA-Ascon group based in Dubai.[2] The company is headquartered in Chennai. It has another manufacturing unit in Thailand.[3]
gollark: It simulates injuries to individual bodyparts.
gollark: Dwarf Fortress!
gollark: We need some sort of Rust-based RPG, because Rust is good, all Hail Rust Rust Rust, Rust Rust, Rust... Rust.
gollark: ```rustuse wasm_bindgen::prelude::*;#[derive(Default)]pub struct Counter { value: i32,}pub enum Message { Increment, Decrement, Reset,}impl draco::App for Counter { type Message = Message; fn update(&mut self, _: &draco::Mailbox<Message>, message: Self::Message) { use self::Message::*; match message { Increment => self.value += 1, Decrement => self.value -= 1, Reset => self.value = 0, } } fn render(&self) -> draco::Node<Self::Message> { use draco::html as h; h::div() .push(h::button().push("-").on("click", |_| Message::Decrement)) .push(self.value) .push(h::button().push("+").on("click", |_| Message::Increment)) .push(h::button().push("Reset").on("click", |_| Message::Reset)) .into() }}#[wasm_bindgen]pub fn start() { draco::start( Counter::default(), draco::select("main").expect("main").into(), );}pub fn main() {}```RUSTRUSTRUSTRUST
gollark: General ignorethisU Role Playing System.
References
- "For 21 years Fujitsu General has been Mark Taylor's favourite air". www.fujitsugeneral.com.au. Retrieved 5 September 2019.
- "ETA-Fujitsu venture launches General ACs". Chennai. The Hindu Business Line. 19 September 2000. Archived from the original on 28 March 2013. Retrieved 16 September 2012.
- "ETA targets 20% share in AC market". Chennai: The Economic Times. PTI. 23 May 2005. Retrieved 30 August 2014.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.